Explorar o código

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.
Coby Chapple %!s(int64=12) %!d(string=hai) anos
pai
achega
67083ce70d
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      CakePHP.gitignore

+ 4 - 4
CakePHP.gitignore

@@ -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