mirror of https://github.com/status-im/consul.git
.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
3027923229
commit
44280103ee
|
@ -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…
Reference in New Issue