Mise à jour de '.gitignore'

This commit is contained in:
Florian Schmitt 2022-08-16 08:36:20 +02:00
parent 5a283ab8c4
commit 27b02fcc02

27
.gitignore vendored
View file

@ -1,27 +1,2 @@
# ---> CakePHP
# CakePHP 3
.env
/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/*