Explorar el Código

Add sensible .gitignore defaults

Adel Qalieh hace 13 años
padre
commit
4c82d55fc8
Se han modificado 1 ficheros con 23 adiciones y 0 borrados
  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