소스 검색

Update CakePHP.gitignore

Ignore all tmp and log files but preserve the directory structure
pull/1764/head
Patrício dos Santos 8 년 전
부모
커밋
0022763f14
1개의 변경된 파일13개의 추가작업 그리고 1개의 파일을 삭제
  1. 13
    1
      CakePHP.gitignore

+ 13
- 1
CakePHP.gitignore 파일 보기

@@ -2,8 +2,20 @@

/vendor/*
/config/app.php
/tmp/*

/tmp/cache/models/*
!/tmp/cache/models/empty
/tmp/cache/persistent/*
!/tmp/cache/persistent/empty
/tmp/cache/views/*
!/tmp/cache/views/empty
/tmp/sessions/*
!/tmp/sessions/empty
/tmp/tests/*
!/tmp/tests/empty

/logs/*
!/logs/empty

# CakePHP 2


Loading…
취소
저장