1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 06:07:58 +02:00
gitignore/Github-Officials/CakePHP.gitignore
2023-04-30 04:33:58 -04:00

26 lines
353 B
Plaintext

# 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/*