Update .gitignore
This commit is contained in:
parent
6a50e09c7c
commit
ab8e2ed046
1 changed files with 0 additions and 27 deletions
27
.gitignore
vendored
27
.gitignore
vendored
|
@ -1,27 +0,0 @@
|
||||||
# ---> CakePHP
|
|
||||||
# CakePHP 3
|
|
||||||
|
|
||||||
/vendor/*
|
|
||||||
/config/app.php
|
|
||||||
|
|
||||||
/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
|
|
||||||
|
|
||||||
/app/tmp/*
|
|
||||||
/app/Config/core.php
|
|
||||||
/app/Config/database.php
|
|
||||||
/vendors/*
|
|
||||||
|
|
Loading…
Reference in a new issue