Skip to content

Instantly share code, notes, and snippets.

@hectorsanjuan
Created September 17, 2011 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hectorsanjuan/1224226 to your computer and use it in GitHub Desktop.
Save hectorsanjuan/1224226 to your computer and use it in GitHub Desktop.
Git ignore file for Symfony2 projects.
# 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