Skip to content

Commit

Permalink
Make CakePHP ignore config folder of either case
Browse files Browse the repository at this point in the history
This takes the change from github#339 and makes it case insensitive so that CakePHP projects from both before and after the rename ignore the appropriate files.
  • Loading branch information
Coby Chapple committed Aug 3, 2012
1 parent f88aa40 commit 67083ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CakePHP.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tmp/*
Config/core.php
Config/database.php
[Cc]onfig/core.php
[Cc]onfig/database.php
app/tmp/*
app/Config/core.php
app/Config/database.php
app/[Cc]onfig/core.php
app/[Cc]onfig/database.php
!empty

0 comments on commit 67083ce

Please sign in to comment.