AdminLTE/.gitignore

39 lines
373 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/
// Plugins
/plugins/*/*.md
/plugins/*/*.html
/plugins/*/package.json
2019-07-14 21:53:03 +02:00
// Docs
docs/_site
docs_html/
2019-07-14 21:53:03 +02:00
.jekyll-cache/
.jekyll-metadata
// ETC
TODO
test.html
ad.js
2020-05-30 14:35:46 +02:00
/.cache/