mirror of
https://github.com/github/gitignore
synced 2024-11-26 13:44:21 +01:00
Make CakePHP ignore config folder of either case
This takes the change from #339 and makes it case insensitive so that CakePHP projects from both before and after the rename ignore the appropriate files.
This commit is contained in:
parent
f88aa40dbe
commit
67083ce70d
@ -1,7 +1,7 @@
|
|||||||
tmp/*
|
tmp/*
|
||||||
Config/core.php
|
[Cc]onfig/core.php
|
||||||
Config/database.php
|
[Cc]onfig/database.php
|
||||||
app/tmp/*
|
app/tmp/*
|
||||||
app/Config/core.php
|
app/[Cc]onfig/core.php
|
||||||
app/Config/database.php
|
app/[Cc]onfig/database.php
|
||||||
!empty
|
!empty
|
Loading…
Reference in New Issue
Block a user