mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-27 12:36:12 +00:00
22 lines
269 B
Plaintext
22 lines
269 B
Plaintext
*~
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# Bootstrap
|
|
app/bootstrap*
|
|
|
|
# Symfony directories
|
|
vendor/*
|
|
*/logs/*
|
|
*/cache/*
|
|
web/uploads/*
|
|
web/bundles/*
|
|
|
|
# Configuration files
|
|
app/config/parameters.ini
|
|
app/config/parameters.yml
|
|
Tests/Fixtures/App/config/parameters.yml
|
|
|
|
#composer
|
|
composer.lock
|