Skip to content

Instantly share code, notes, and snippets.

@umanda
Created September 17, 2015 07:10
Show Gist options
  • Save umanda/77ea1ecd78e1264abccd to your computer and use it in GitHub Desktop.
Save umanda/77ea1ecd78e1264abccd to your computer and use it in GitHub Desktop.
.gitignore settings for Symfony 2
# 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