Quantcast

added gitignore for mac + sublime project + windows

Kelly Crabbé [04-28-13 - 20:29]
added gitignore for mac + sublime project + windows
Filename
.gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cfba45e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,32 @@
+###OSX###
+
+.DS_Store
+
+# Thumbnails
+._*
+
+# Files that might appear on external disk
+.Spotlight-V100
+.Trashes
+
+
+###Windows###
+
+# Windows image file caches
+Thumbs.db
+
+# Folder config file
+Desktop.ini
+
+# Recycle Bin used on file shares
+$RECYCLE.BIN/
+
+
+###SublimeText###
+
+# SublimeText project files
+/*.sublime-project
+*.sublime-workspace
+sftp-config*.json
+
+