Browse Source

.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
commit
44280103ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      .gitignore

15
.gitignore vendored

@ -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…
Cancel
Save