AdminLTE/.gitignore

33 lines
306 B
Plaintext
Raw Normal View History

2019-07-14 21:53:03 +02:00
// System / Log files
*.DS_Store
2015-08-17 07:39:25 +02:00
*.log
2019-07-14 21:53:03 +02:00
// Archives
2015-08-17 07:39:25 +02:00
*.zip
2019-07-14 21:53:03 +02:00
// Sass Cache
.sass-cache
// Project files
2015-02-01 22:25:09 +01:00
.idea
2016-10-15 19:20:21 +02:00
nbproject
nbproject/private
2019-03-24 17:58:28 +01:00
.vscode/
.vs/
2019-07-14 21:53:03 +02:00
// Node / Bower
node_modules/
bower_components/
// Docs
2019-08-29 12:01:28 +02:00
Gemfile.lock
2019-07-14 21:53:03 +02:00
docs/_site
docs_html/
2019-07-14 21:53:03 +02:00
.jekyll-cache/
.jekyll-metadata
// ETC
TODO
test.html
ad.js