From 2bbcae38e2b4ebf1f061faa6906c56f9105a7eb7 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 17 Jul 2014 10:38:31 -0400 Subject: [PATCH] Adding gitignore file putting all file or dir names that should not be in version control. --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ee9fb0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +t are updated on server # +####################################### +iconCache/ +uploads/ +cache/ +compiled/ +compile/ +original/ +resized/ +midsized/ +thumb/ +thumbs/ +ht_images/ +photo-large/ +photo-small/ +prototype/ +weather-feed.xml +editedImages/ +editimagesoriginal/ +editimagespng/ +editimagesworkwith/ -- 2.17.1