Skip to content

Instantly share code, notes, and snippets.

@bitcreator
Created May 30, 2013 20:10
Show Gist options
  • Save bitcreator/5680762 to your computer and use it in GitHub Desktop.
Save bitcreator/5680762 to your computer and use it in GitHub Desktop.
Synfomy2 git ignore file
# 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