.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
pull/7086/head
Kit Patella 5 years ago committed by GitHub
parent 3027923229
commit 44280103ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.gitignore vendored

@ -4,19 +4,24 @@
*.old *.old
*.swp *.swp
*.test *.test
.DS_Store
.fseventsd
.envrc .envrc
.gotools .gotools
.netlify
.vagrant/ .vagrant/
.idea/
/pkg /pkg
Thumbs.db
bin/ bin/
changelog.tmp changelog.tmp
exit-code exit-code
Thumbs.db
# MacOS
.DS_Store
.AppleDouble
.LSOverride
.fseventsd
# Web artifacts
website/.bundle website/.bundle
website/build/ website/build/
website/npm-debug.log website/npm-debug.log
website/vendor website/vendor
.netlify

Loading…
Cancel
Save