소스 검색

updated .gitignore

REJack 5 년 전
부모
커밋
149400ec6b
1개의 변경된 파일22개의 추가작업 그리고 6개의 파일을 삭제
  1. 22 6
      .gitignore

+ 22 - 6
.gitignore

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