Skip to content

Commit 82ed46d

Browse files
committed
Fixed CodeIgniter.gitignore
1 parent 77e2983 commit 82ed46d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CodeIgniter.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*/config/development
22
*/logs/log-*.php
3-
*/logs/!index.html
3+
!*/logs/index.html
44
*/cache/*
5-
*/cache/!index.html
6-
*/cache/!.htaccess
5+
!*/cache/index.html
6+
!*/cache/.htaccess

0 commit comments

Comments
 (0)