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,4 +1,7 @@
|
|||||||
|
app/bootstrap*
|
||||||
*/logs/*
|
*/logs/*
|
||||||
*/cache/*
|
*/cache/*
|
||||||
web/uploads/*
|
web/uploads/*
|
||||||
web/bundles/*
|
web/bundles/*
|
||||||
|
vendor/
|
||||||
|
app/config/parameters.ini
|
Loading…
Reference in New Issue
Block a user