Skip to content

Commit 8a8206f

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents c53682a + 6e9ed0f commit 8a8206f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
*/config/development
2+
*/logs/log-*.php
3+
!*/logs/index.html
4+
*/cache/*
5+
!*/cache/index.html
6+
!*/cache/.htaccess
7+
8+
user_guide_src/build/*
9+
user_guide_src/cilexer/build/*
10+
user_guide_src/cilexer/dist/*
11+
user_guide_src/cilexer/pycilexer.egg-info/*
12+
13+
#codeigniter 3
14+
application/logs/*
15+
!application/logs/index.html
16+
!application/logs/.htaccess
17+
/vendor/

0 commit comments

Comments
 (0)