瀏覽代碼

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