mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-26 12:06:13 +00:00
25 lines
317 B
Plaintext
25 lines
317 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
|
|
#sass-cache
|
|
Resources/assets/gumpy/.sass-cache
|
|
|
|
*~
|