Skip to content

Commit

Permalink
Symfony2 gitignore
Browse files Browse the repository at this point in the history
Ignore application logs/cache, uploads and published bundle assets.
  • Loading branch information
jmikola authored and d2s committed Jan 27, 2011
1 parent fb8ad2e commit d4fb0f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Symfony2.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*/logs/*
*/cache/*
web/uploads/*
web/bundles/*

0 comments on commit d4fb0f1

Please sign in to comment.