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
*.log
// Archives
# Archives
*.zip
// Sass Cache
# Sass Cache
.sass-cache
// Project files
# Project files
.idea
nbproject
nbproject/private
.vscode/
.vs/
// Node / Bower
# Node / Bower
node_modules/
bower_components/
// Plugins
# Plugins
/plugins/*/*.md
/plugins/*/*.html
/plugins/*/package.json
// Docs
# Docs
docs/_site
docs_html/
.jekyll-cache/
.jekyll-metadata
// ETC
# ETC
TODO
test.html
ad.js