forked from Azure/aks-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
48 lines (41 loc) · 780 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
aks-engine.exe
aks-engine
debug
_output/
_input/
.vscode
.DS_Store
test/user.env
user.env
test/aks-engine-test/aks-engine-test
.editorconfig
_dist/
bin/
.env
.coverprofile
coverage.txt
test/junit/
test/e2e/kubernetes/junit.xml
test/aks-engine-test/aks-engine-test.exe
pkg/operations/junit.xml
pkg/operations/kubernetesupgrade/junit.xml
pkg/engine/templates.go
pkg/i18n/translations.go
_logs/
test/aks-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 outputs
cmd/_test_output
test/e2e/kubernetes/kubernetes.test
*.test
*.coverprofile
# packer
vhd/packer/settings.json
vhd/packer/sp.json
.idea
.vs
# exclude vendor directory from gitignore
!/vendor/**/*
!/test/e2e/vendor/**/*