.gitignore: cut IDE-specific entries, cleanup (#7083)
* .gitignore: add vscode and MacOS-specific files. add a little org * .gitignore: remove IDE-specific ignores, add docs
This commit is contained in:
parent
ff31b9c248
commit
3de3259833
|
@ -4,19 +4,24 @@
|
|||
*.old
|
||||
*.swp
|
||||
*.test
|
||||
.DS_Store
|
||||
.fseventsd
|
||||
.envrc
|
||||
.gotools
|
||||
.netlify
|
||||
.vagrant/
|
||||
.idea/
|
||||
/pkg
|
||||
Thumbs.db
|
||||
bin/
|
||||
changelog.tmp
|
||||
exit-code
|
||||
Thumbs.db
|
||||
|
||||
# MacOS
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
.fseventsd
|
||||
|
||||
# Web artifacts
|
||||
website/.bundle
|
||||
website/build/
|
||||
website/npm-debug.log
|
||||
website/vendor
|
||||
.netlify
|
||||
|
|
Loading…
Reference in New Issue