From 426c1b0f8ef13cf95c2af9352b3c832ce60e0b2b Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 4 Aug 2014 16:24:32 -0400 Subject: [PATCH] add ignore file --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4eb2342 --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +# OS generated files # +###################### +.DS_Store* +ehthumbs.db +Icon? +Thumbs.db +._* +*.swp + +# Gaslight Media Application specific # +# files that are updated on server # +####################################### +iconCache/ +uploads/ +cache/ +compiled/ +compile/ +original/ +resized/ +midsized/ +thumb/ +thumbs/ +ht_images/ +photo-large/ +photo-small/ +prototype/ +weather-feed.xml +php.error +reports/ +editimagesworkwith/ +editimagesoriginal/ +editedImages/ +editimagespng/ +.buildpath +.settings +.project +.svn +nbproject -- 2.17.1