From 2622f5ce562d9d054bc5ab65bad6f93a8356611c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 2 Jun 2020 11:38:43 +0300 Subject: [PATCH] Fix .gitignore comments (#2766) Comments start with `#` --- .gitignore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index f1192895c..6fbf19413 100644 --- a/.gitignore +++ b/.gitignore @@ -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