From 3773b4114fd80a4905e21224230630b3b702b4f3 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 18 Feb 2015 08:41:33 -0500 Subject: [PATCH] add ignore file --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..041340e --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# 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 +tags +Phing +Toolkit/Toolbox/Importer -- 2.17.1