Skip to content

Commit 4428010

Browse files
authored
.gitignore: cut IDE-specific entries, cleanup (hashicorp#7083)
* .gitignore: add vscode and MacOS-specific files. add a little org * .gitignore: remove IDE-specific ignores, add docs
1 parent 3027923 commit 4428010

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.gitignore

+10-5
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,24 @@
44
*.old
55
*.swp
66
*.test
7-
.DS_Store
8-
.fseventsd
97
.envrc
108
.gotools
9+
.netlify
1110
.vagrant/
12-
.idea/
1311
/pkg
14-
Thumbs.db
1512
bin/
1613
changelog.tmp
1714
exit-code
15+
Thumbs.db
16+
17+
# MacOS
18+
.DS_Store
19+
.AppleDouble
20+
.LSOverride
21+
.fseventsd
22+
23+
# Web artifacts
1824
website/.bundle
1925
website/build/
2026
website/npm-debug.log
2127
website/vendor
22-
.netlify

0 commit comments

Comments
 (0)