ソースを参照

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