Last Updated: February 25, 2016
·
1.827K
· pleone

Gitignore for symfony2 - enhanced

Useful for project with netbeans, composer and symfony2

#symfony2
web/bundles/
app/bootstrap.php.cache
app/cache/*
app/logs/*
build/
vendor
bin
composer.phar

# Mac OS #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db

More on:
https://github.com/github/gitignore