Fix .gitignore comments (#2766)

Comments start with `#`
pull/2767/head
XhmikosR 2020-06-02 11:38:43 +03:00 committed by GitHub
parent ad03a31ffb
commit 2622f5ce56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

16
.gitignore vendored
View File

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