Commit 67083ce7 authored by Coby Chapple's avatar Coby Chapple

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.
parent f88aa40d
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
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment