Created
September 17, 2015 07:10
-
-
Save umanda/77ea1ecd78e1264abccd to your computer and use it in GitHub Desktop.
.gitignore settings for Symfony 2
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
# Composer | |
vendor | |
vendor/* | |
!public/assets/js/vendor | |
!public/assets/js/vendor/* | |
!public/assets/css/vendor | |
!public/assets/css/vendor/* | |
composer.phar | |
composer.lock | |
# Symfony | |
app/cache/* | |
app/logs/* | |
# Logs | |
error.log | |
access.log | |
# Netbeans | |
nbproject | |
.nbproject | |
.nbproject/* | |
nbproject/* | |
nbproject/private/ | |
build/ | |
nbbuild/ | |
dist/ | |
nbdist/ | |
nbactions.xml | |
nb-configuration.xml | |
# IntelliJ - PhpStorm and PyCharm | |
.idea | |
.idea/ | |
.idea/* | |
*.iml | |
*.ipr | |
*.iws |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment