summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2011-07-15 17:39:51 +0200
committerDerek Jones <derek.jones@ellislab.com>2011-07-15 17:39:51 +0200
commitabccc2fa65eea5f64773952661a8ba79e559333b (patch)
treefe52e15062602c5d2e67b51a1d2d14acfa7cb2de /.gitignore
parentdb726c67ef1235aecf8f996306489e2febb700ec (diff)
added .gitignore, removed .hg files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
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