소스 검색

Add sensible .gitignore defaults

Adel Qalieh 13 년 전
부모
커밋
4c82d55fc8
1개의 변경된 파일23개의 추가작업 그리고 0개의 파일을 삭제
  1. 23 0
      .gitignore

+ 23 - 0
.gitignore

@@ -0,0 +1,23 @@
+### Windows ###
+# Windows image file caches
+Thumbs.db
+ehthumbs.db
+
+# Folder config file
+Desktop.ini
+
+# Recycle Bin used on file shares
+$RECYCLE.BIN/
+
+### Linux ###
+.*
+!.gitignore
+*~
+
+### SublimeText ###
+# SublimeText project files
+*.sublime-workspace
+
+### Meteor ###
+.meteor/local
+.meteor/meteorite