Created
May 30, 2013 20:10
-
-
Save bitcreator/5680762 to your computer and use it in GitHub Desktop.
Synfomy2 git ignore 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
# generic files to ignore | |
*~ | |
*.lock | |
*.DS_Store | |
*.swp | |
*.out | |
# IDE files to ignore | |
nbproject/ | |
.idea/ | |
*.tmproj | |
# Symfony files to ignore | |
app/config/parameters.ini | |
web/bundles/ | |
app/bootstrap.php.cache | |
app/cache/* | |
app/logs/* | |
build/ | |
vendor | |
composer.phar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment