mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
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
This commit is contained in:
parent
b85d557935
commit
1aa8f64345
@ -1,4 +1,4 @@
|
|||||||
config/database.php
|
*/config/database.php
|
||||||
system/logs/log-*.php
|
*/system/logs/log-*.php
|
||||||
system/cache/*
|
*/system/cache/*
|
||||||
systen/cache/!index.html
|
*/systen/cache/!index.html
|
||||||
|
Loading…
Reference in New Issue
Block a user