diff options
author | crazyginger72 <gingerpollard72@gmail.com> | 2014-06-24 20:31:12 -0400 |
---|---|---|
committer | crazyginger72 <gingerpollard72@gmail.com> | 2014-06-24 20:31:12 -0400 |
commit | d6963fb1ee29de809f5b6281bf2d2506a5fb8ca4 (patch) | |
tree | befd8841574f4f20528b8054fd60d1054da242fa /.gitignore |
first commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6dae747 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# Windows image file caches
+Thumbs.db
+ehthumbs.db
+
+# Folder config file
+Desktop.ini
+
+# Recycle Bin used on file shares
+$RECYCLE.BIN/
+
+# Windows Installer files
+*.cab
+*.msi
+*.msm
+*.msp
+
+# =========================
+# Operating System Files
+# =========================
+
+# OSX
+# =========================
+
+.DS_Store +.AppleDouble +.LSOverride + +# Icon must ends with two \r. +Icon
+ +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes |