Skip to content

Commit a235be6

Browse files
author
Jared Koumentis
committed
Merge pull request #314 from squallstar/master
Bancha CMS .gitignore
2 parents 3dbe9c9 + 0537b8d commit a235be6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Bancha.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#Logs
2+
application/logs/*.php
3+
4+
# Content types
5+
/application/xml/types/*.xml
6+
7+
# Custom builds and generated php files
8+
/core/documentation/build
9+
/core/views/admin/content/translations.php
10+
11+
# Attachs and cache files #
12+
*.tmp
13+
/attach/cache/
14+
/attach/
15+
/application/cache/_bancha/*.css
16+
/application/cache/_bancha/*.js

0 commit comments

Comments
 (0)