Skip to content

Instantly share code, notes, and snippets.

@mCzolko
Created February 7, 2013 19:45
Show Gist options
  • Save mCzolko/4733577 to your computer and use it in GitHub Desktop.
Save mCzolko/4733577 to your computer and use it in GitHub Desktop.
Git ignore for Symfony2 framework
.buildpath
.project
.settings
.idea
desktop.ini
Thumbs.db
.DS_Store
.rsync_cache
catalog.xml
nbproject/
app/logs/*
app/cache/*
app/spool/*
app/bootstrap/*
app/config/parameters.ini
app/config/parameters.yml
vendor/*
web/uploads/*
web/bundles/*
web/css/*
web/images/*
web/js/*
web/media/cache/*
*~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment