Skip to content

Commit 93544c1

Browse files
committed
updating gitignore
1 parent 7fe747a commit 93544c1

File tree

1 file changed

+33
-6
lines changed

1 file changed

+33
-6
lines changed

.gitignore

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
12
# Local .terraform directories
23
**/.terraform/*
4+
**/.terraform.lock.hcl
35

46
# .tfstate files
57
*.tfstate
@@ -21,10 +23,35 @@ override.tf.json
2123
*_override.tf
2224
*_override.tf.json
2325

24-
# Include override files you do wish to add to version control using negated pattern
25-
#
26-
# !example_override.tf
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
2754

28-
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
29-
# example: *tfplan*
30-
.terraform.lock.hcl
55+
# Thumbnail cache files
56+
._*
57+
Thumbs.db

0 commit comments

Comments
 (0)