Created
September 17, 2011 18:56
-
-
Save hectorsanjuan/1224226 to your computer and use it in GitHub Desktop.
Git ignore file for Symfony2 projects.
This file contains hidden or 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
# Symfony2 files. | |
/app/bootstrap* | |
/app/cache/* | |
/app/logs/* | |
/app/config/parameters.ini | |
/web/bundles/ | |
/web/uploads/ | |
/vendor/ | |
# Phing artifacts builded. | |
/app/build/ | |
# OS temp files. | |
Thumbs.db | |
.DS_Store | |
*.sw[a-z] | |
*.out | |
*~ | |
# IDE files. | |
nbproject/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment