瀏覽代碼

Update concrete5 gitignore (#3176)

shahroq 5 年之前
父節點
當前提交
7cc00a1cd0
共有 1 個文件被更改,包括 18 次插入1 次删除
  1. 18 1
      Concrete5.gitignore

+ 18 - 1
Concrete5.gitignore

@@ -1,4 +1,21 @@
+# ignore the error log and .htaccess and others
+error_log
+.htaccess
+
+# concrete5 5.6 specific
+
 config/site.php
 files/cache/*
 files/tmp/*
-.htaccess
+
+# 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