We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5783a commit 7cc00a1Copy full SHA for 7cc00a1
1 file changed
Concrete5.gitignore
@@ -1,4 +1,21 @@
1
+# ignore the error log and .htaccess and others
2
+error_log
3
+.htaccess
4
+
5
+# concrete5 5.6 specific
6
7
config/site.php
8
files/cache/*
9
files/tmp/*
-.htaccess
10
11
+# concrete5 5.7 specific
12
13
+# ignore everything but the index.html
14
+/application/files/*
15
+!/application/files/index.html
16
17
+# ignore updates folder
18
+/updates/*
19
20
+# ignore sitemap.xml
21
+/sitemap.xml
0 commit comments