Skip to content

Commit d81c493

Browse files
committed
updating gitignore
1 parent 3106abe commit d81c493

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

.gitignore

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
# Local .terraform directories
3+
**/.terraform/*
4+
**/.terraform.lock.hcl
5+
6+
# .tfstate files
7+
*.tfstate
8+
*.tfstate.*
9+
10+
# Crash log files
11+
crash.log
12+
13+
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
14+
# .tfvars files are managed as part of configuration and so should be included in
15+
# version control.
16+
#
17+
# example.tfvars
18+
19+
# Ignore override files as they are usually used to override resources locally and so
20+
# are not checked in
21+
override.tf
22+
override.tf.json
23+
*_override.tf
24+
*_override.tf.json
25+
26+
# IDE Files
27+
.vscode/
28+
29+
# Mac OS files
30+
.DS_Store
31+
.AppleDouble
32+
.LSOverride
33+
*.zip
34+
Desktop.ini
35+
36+
# Icon must end with two \r
37+
Icon
38+
39+
# Files that might appear in the root of a volume
40+
.DocumentRevisions-V100
41+
.fseventsd
42+
.Spotlight-V100
43+
.TemporaryItems
44+
.Trashes
45+
.VolumeIcon.icns
46+
.com.apple.timemachine.donotpresent
47+
48+
# Directories potentially created on remote AFP share
49+
.AppleDB
50+
.AppleDesktop
51+
Network Trash Folder
52+
Temporary Items
53+
.apdisk
54+
55+
# Thumbnail cache files
56+
._*
57+
Thumbs.db

0 commit comments

Comments
 (0)