|
1 |
| -# Created by https://www.gitignore.io/api/linux,ansible,windows,visualstudiocode |
2 |
| -# Edit at https://www.gitignore.io/?templates=linux,ansible,windows,visualstudiocode |
3 |
| - |
4 |
| -### Ansible ### |
5 |
| -*.retry |
6 |
| -hosts.yml |
7 |
| - |
8 |
| -### Linux ### |
9 |
| -*~ |
10 |
| - |
11 |
| -# temporary files which can be created if a process still has a handle open of a deleted file |
12 |
| -.fuse_hidden* |
13 |
| - |
14 |
| -# KDE directory preferences |
15 |
| -.directory |
16 |
| - |
17 |
| -# Linux trash folder which might appear on any partition or disk |
18 |
| -.Trash-* |
19 |
| - |
20 |
| -# .nfs files are created when an open file is removed but is still being accessed |
21 |
| -.nfs* |
22 |
| - |
23 |
| -### VisualStudioCode ### |
24 |
| -.vscode/* |
25 |
| -!.vscode/settings.json |
26 |
| -!.vscode/tasks.json |
27 |
| -!.vscode/launch.json |
28 |
| -!.vscode/extensions.json |
29 |
| - |
30 |
| -### VisualStudioCode Patch ### |
31 |
| -# Ignore all local history of files |
32 |
| -.history |
33 |
| - |
34 |
| -### Windows ### |
35 |
| -# Windows thumbnail cache files |
36 |
| -Thumbs.db |
37 |
| -ehthumbs.db |
38 |
| -ehthumbs_vista.db |
39 |
| - |
40 |
| -# Dump file |
41 |
| -*.stackdump |
42 |
| - |
43 |
| -# Folder config file |
44 |
| -[Dd]esktop.ini |
45 |
| - |
46 |
| -# Recycle Bin used on file shares |
47 |
| -$RECYCLE.BIN/ |
48 |
| - |
49 |
| -# Windows Installer files |
50 |
| -*.cab |
51 |
| -*.msi |
52 |
| -*.msix |
53 |
| -*.msm |
54 |
| -*.msp |
55 |
| - |
56 |
| -# Windows shortcuts |
57 |
| -*.lnk |
58 |
| - |
59 |
| -# End of https://www.gitignore.io/api/linux,ansible,windows,visualstudiocode |
60 |
| - |
61 |
| -# Created by https://www.gitignore.io/api/packer,vagrant,terraform |
62 |
| -# Edit at https://www.gitignore.io/?templates=packer,vagrant,terraform |
63 |
| - |
64 |
| -### Packer ### |
65 |
| -# Cache objects |
66 |
| -packer_cache/ |
67 |
| - |
68 |
| -# For built boxes |
69 |
| -*.box |
70 |
| - |
71 |
| -### Terraform ### |
72 |
| -# Local .terraform directories |
73 |
| -**/.terraform/* |
74 |
| - |
75 |
| -# .tfstate files |
76 |
| -*.tfstate |
77 |
| -*.tfstate.* |
78 |
| - |
79 |
| -# Crash log files |
80 |
| -crash.log |
81 |
| - |
82 |
| -# Ignore any .tfvars files that are generated automatically for each Terraform run. Most |
83 |
| -# .tfvars files are managed as part of configuration and so should be included in |
84 |
| -# version control. |
85 |
| -# |
86 |
| -# example.tfvars |
87 |
| - |
88 |
| -# Ignore override files as they are usually used to override resources locally and so |
89 |
| -# are not checked in |
90 |
| -override.tf |
91 |
| -override.tf.json |
92 |
| -*_override.tf |
93 |
| -*_override.tf.json |
94 |
| - |
95 |
| -# Include override files you do wish to add to version control using negated pattern |
96 |
| -# !example_override.tf |
97 |
| - |
98 |
| -# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan |
99 |
| -# example: *tfplan* |
100 |
| - |
101 |
| -### Vagrant ### |
102 |
| -# General |
103 |
| -.vagrant/ |
104 |
| - |
105 |
| -# Log files (if you are creating logs in debug mode, uncomment this) |
106 |
| -*.logs |
107 |
| - |
108 |
| -### Vagrant Patch ### |
109 |
| - |
110 |
| -# End of https://www.gitignore.io/api/packer,vagrant,terraform |
111 |
| -*.log |
| 1 | +# Created by https://www.gitignore.io/api/linux,ansible,windows,visualstudiocode |
| 2 | +# Edit at https://www.gitignore.io/?templates=linux,ansible,windows,visualstudiocode |
| 3 | + |
| 4 | +### Ansible ### |
| 5 | +*.retry |
| 6 | +hosts.yml |
| 7 | + |
| 8 | +### Linux ### |
| 9 | +*~ |
| 10 | + |
| 11 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 12 | +.fuse_hidden* |
| 13 | + |
| 14 | +# KDE directory preferences |
| 15 | +.directory |
| 16 | + |
| 17 | +# Linux trash folder which might appear on any partition or disk |
| 18 | +.Trash-* |
| 19 | + |
| 20 | +# .nfs files are created when an open file is removed but is still being accessed |
| 21 | +.nfs* |
| 22 | + |
| 23 | +### VisualStudioCode ### |
| 24 | +.vscode/* |
| 25 | +!.vscode/settings.json |
| 26 | +!.vscode/tasks.json |
| 27 | +!.vscode/launch.json |
| 28 | +!.vscode/extensions.json |
| 29 | + |
| 30 | +### VisualStudioCode Patch ### |
| 31 | +# Ignore all local history of files |
| 32 | +.history |
| 33 | + |
| 34 | +### Windows ### |
| 35 | +# Windows thumbnail cache files |
| 36 | +Thumbs.db |
| 37 | +ehthumbs.db |
| 38 | +ehthumbs_vista.db |
| 39 | + |
| 40 | +# Dump file |
| 41 | +*.stackdump |
| 42 | + |
| 43 | +# Folder config file |
| 44 | +[Dd]esktop.ini |
| 45 | + |
| 46 | +# Recycle Bin used on file shares |
| 47 | +$RECYCLE.BIN/ |
| 48 | + |
| 49 | +# Windows Installer files |
| 50 | +*.cab |
| 51 | +*.msi |
| 52 | +*.msix |
| 53 | +*.msm |
| 54 | +*.msp |
| 55 | + |
| 56 | +# Windows shortcuts |
| 57 | +*.lnk |
| 58 | + |
| 59 | +# End of https://www.gitignore.io/api/linux,ansible,windows,visualstudiocode |
| 60 | + |
| 61 | +# Created by https://www.gitignore.io/api/packer,vagrant,terraform |
| 62 | +# Edit at https://www.gitignore.io/?templates=packer,vagrant,terraform |
| 63 | + |
| 64 | +### Packer ### |
| 65 | +# Cache objects |
| 66 | +packer_cache/ |
| 67 | + |
| 68 | +# For built boxes |
| 69 | +*.box |
| 70 | + |
| 71 | +### Terraform ### |
| 72 | +# Local .terraform directories |
| 73 | +**/.terraform/* |
| 74 | + |
| 75 | +# .tfstate files |
| 76 | +*.tfstate |
| 77 | +*.tfstate.* |
| 78 | + |
| 79 | +# Crash log files |
| 80 | +crash.log |
| 81 | + |
| 82 | +# Ignore any .tfvars files that are generated automatically for each Terraform run. Most |
| 83 | +# .tfvars files are managed as part of configuration and so should be included in |
| 84 | +# version control. |
| 85 | +# |
| 86 | +# example.tfvars |
| 87 | + |
| 88 | +# Ignore override files as they are usually used to override resources locally and so |
| 89 | +# are not checked in |
| 90 | +override.tf |
| 91 | +override.tf.json |
| 92 | +*_override.tf |
| 93 | +*_override.tf.json |
| 94 | + |
| 95 | +# Include override files you do wish to add to version control using negated pattern |
| 96 | +# !example_override.tf |
| 97 | + |
| 98 | +# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan |
| 99 | +# example: *tfplan* |
| 100 | + |
| 101 | +### Vagrant ### |
| 102 | +# General |
| 103 | +.vagrant/ |
| 104 | + |
| 105 | +# Log files (if you are creating logs in debug mode, uncomment this) |
| 106 | +*.logs |
| 107 | + |
| 108 | +### Vagrant Patch ### |
| 109 | + |
| 110 | +# End of https://www.gitignore.io/api/packer,vagrant,terraform |
| 111 | +*.log |
0 commit comments