Browse Source

updated .gitignore

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

28
.gitignore vendored

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

Loading…
Cancel
Save