.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:
Kit Patella 2020-01-17 11:06:33 -08:00 committed by GitHub
parent ff31b9c248
commit 3de3259833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 5 deletions

15
.gitignore vendored
View File

@ -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