Skip to content

Commit 67083ce

Browse files
author
Coby Chapple
committed
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.
1 parent f88aa40 commit 67083ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CakePHP.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tmp/*
2-
Config/core.php
3-
Config/database.php
2+
[Cc]onfig/core.php
3+
[Cc]onfig/database.php
44
app/tmp/*
5-
app/Config/core.php
6-
app/Config/database.php
5+
app/[Cc]onfig/core.php
6+
app/[Cc]onfig/database.php
77
!empty

0 commit comments

Comments
 (0)