Last active
December 25, 2015 20:49
-
-
Save adrienlucas/7038301 to your computer and use it in GitHub Desktop.
Symfony2 capable gitignore file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Deprecated, use gibo instead : https://github.com/simonwhitaker/gibo | |
/build/ | |
/composer.phar | |
vendor/* | |
app/bootstrap* | |
web/uploads/* | |
web/bundles/* | |
*/logs/* | |
*/cache/* | |
!*.gitkeep | |
app/config/parameters.ini | |
app/config/parameters.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment