updated .gitignore

pull/2183/head
REJack 5 years ago
parent c26d880962
commit 149400ec6b
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888

28
.gitignore vendored

@ -1,14 +1,30 @@
// System / Log files
*.DS_Store *.DS_Store
*.log *.log
// Archives
*.zip *.zip
// Sass Cache
.sass-cache
// Project files
.idea .idea
nbproject nbproject
nbproject/private nbproject/private
node_modules
.sass-cache
bower_components
ad.js
TODO
test.html
.vscode/ .vscode/
.vs/ .vs/
// Node / Bower
node_modules/
bower_components/
// Docs
docs/_site
.jekyll-cache/
.jekyll-metadata
// ETC
TODO
test.html
ad.js

Loading…
Cancel
Save