From abccc2fa65eea5f64773952661a8ba79e559333b Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 15 Jul 2011 10:39:51 -0500 Subject: added .gitignore, removed .hg files --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..d740c498f --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.DS_Store + +application/cache/* +!application/cache/index.html +!application/cache/.htaccess + +application/logs/* +!application/logs/index.html +!application/logs/.htaccess \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 5595aff15d58a3cf022d8a9251464bcc52397ab0 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 21 Aug 2011 16:03:40 +0200 Subject: add htaccess files Signed-off-by: Florian Pritz --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 733667885..b00e1a213 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ data/client/ !data/uploads/.htaccess !.gitignore !system/.htaccess +!application/.htaccess +!application/cache/.htaccess -- cgit v1.2.3-24-g4f1b