소스 검색

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.
pull/231/merge
Coby Chapple 12 년 전
부모
커밋
67083ce70d
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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

Loading…
취소
저장