From 5121a2d4fd54a182bb2f9148529f109230a004e8 Mon Sep 17 00:00:00 2001 From: Lahmizzar Muinela <lahmizzar@devxive.com> Date: Wed, 17 Apr 2013 07:33:24 -0400 Subject: [PATCH] added .gitignore to prevent crap upload --- .gitignore | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d465ef3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +############# +## Windows detritus +############# + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Win transifex client +tx.exe +.tx + +############# +## Mac detritus +############# + +# Mac crap +.DS_Store \ No newline at end of file -- Gitblit v1.9.1