Skip to content

Instantly share code, notes, and snippets.

@gsouf
Last active December 16, 2015 06:59
Show Gist options
  • Save gsouf/5395544 to your computer and use it in GitHub Desktop.
Save gsouf/5395544 to your computer and use it in GitHub Desktop.
Default gitignore
#phpstorm
/.idea/
#netbeans
/nbproject/
/build/
#composer
composer.lock
composer.phar
/vendor/
#mac
.Trashes
.DS_STORE
#workbench
*.mwb.bak
#Symfony
/web/bundles/
/app/bootstrap*
/app/cache/*
/app/logs/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment