summaryrefslogtreecommitdiffstats
path: root/options/gitignore/Concrete5
diff options
context:
space:
mode:
Diffstat (limited to 'options/gitignore/Concrete5')
-rw-r--r--options/gitignore/Concrete521
1 files changed, 21 insertions, 0 deletions
diff --git a/options/gitignore/Concrete5 b/options/gitignore/Concrete5
new file mode 100644
index 0000000..d6c11ad
--- /dev/null
+++ b/options/gitignore/Concrete5
@@ -0,0 +1,21 @@
+# ignore the error log and .htaccess and others
+error_log
+.htaccess
+
+# concrete5 5.6 specific
+
+config/site.php
+files/cache/*
+files/tmp/*
+
+# concrete5 5.7 specific
+
+# ignore everything but the index.html
+/application/files/*
+!/application/files/index.html
+
+# ignore updates folder
+/updates/*
+
+# ignore sitemap.xml
+/sitemap.xml