chill-bundles/.gitignore
Julien Fastré e976993db8 Revert "switch to symfony 2.6-dev + correct travis error"
This reverts commit 051feb03ceb898a5b61696163c92bbe28fd82932.
2014-11-06 15:27:25 +01:00

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
*~