Skip to content

Commit 7cc00a1

Browse files
authored
Update concrete5 gitignore (#3176)
1 parent 7b5783a commit 7cc00a1

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

Concrete5.gitignore

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
17
config/site.php
28
files/cache/*
39
files/tmp/*
4-
.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

Comments
 (0)