acs-engine/.gitignore

44 строки
711 B
Plaintext

acs-engine.exe
acs-engine
debug
_output/
_input/
.vscode
.DS_Store
test/user.env
user.env
test/acs-engine-test/acs-engine-test
.editorconfig
_dist/
bin/
.env
.coverprofile
test/junit/
test/acs-engine-test/acs-engine-test.exe
pkg/operations/junit.xml
pkg/operations/kubernetesupgrade/junit.xml
pkg/acsengine/templates.go
pkg/i18n/translations.go
_logs/
test/acs-engine-test/report/TestReport.json
*.swp
# I have no idea why these get generated when I run the e2e test
test/e2e/kubernetes/translations/
test/e2e/openshift/translations/
pkg/openshift/translations/
# test outputs
cmd/_test_output
# packer
packer/settings.json
packer/sp.json
.idea
.vs
# exclude vendor directory from gitignore
!/vendor/**/*