diff options
author | Abhishek Kumar Singh <abhishek4bhopati@gmail.com> | 2016-03-07 11:51:09 +0530 |
---|---|---|
committer | Abhishek Kumar Singh <abhishek4bhopati@gmail.com> | 2016-03-07 11:51:09 +0530 |
commit | 83656adb097d1e5fb674918287c2af3459ed7fce (patch) | |
tree | 5b72a8087a79fa8c35edd8f68efdfbedb0ec2bc9 /CakePHP.gitignore | |
parent | a623e9e6d4a52163b705826ff27e7999159a47e1 (diff) | |
parent | 028ed4e1b12b21c533be67180b6aefbbba072717 (diff) | |
download | gitignore-83656adb097d1e5fb674918287c2af3459ed7fce.tar.gz gitignore-83656adb097d1e5fb674918287c2af3459ed7fce.zip |
Merge branch 'master' of github.com:github/gitignore into patch-1
Conflicts:
Python.gitignore
Diffstat (limited to 'CakePHP.gitignore')
-rw-r--r-- | CakePHP.gitignore | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/CakePHP.gitignore b/CakePHP.gitignore index 55a665e4..c6597e4e 100644 --- a/CakePHP.gitignore +++ b/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 |