Skip to content

Commit 1aa8f64

Browse files
Ollie Rattuedefunkt
authored andcommitted
Improved CodeIgniter .gitignore to support an system directory in a different location to the default install. Fixed database.php ignore rule. The application directory can be moved to any location and the ignore will still operate
1 parent b85d557 commit 1aa8f64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CodeIgniter.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
config/database.php
2-
system/logs/log-*.php
3-
system/cache/*
4-
systen/cache/!index.html
1+
*/config/database.php
2+
*/system/logs/log-*.php
3+
*/system/cache/*
4+
*/systen/cache/!index.html

0 commit comments

Comments
 (0)