mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
Cleaner and also safer gitignore. Dodges vendors dir entirely and also removes sensitive data found in parameters.ini.
This commit is contained in:
parent
88320f20dc
commit
ddec169fbd
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
app/bootstrap*
|
||||
*/logs/*
|
||||
*/cache/*
|
||||
web/uploads/*
|
||||
web/bundles/*
|
||||
vendor/
|
||||
app/config/parameters.ini
|
Loading…
Add table
Add a link
Reference in a new issue