Skip to content

Commit

Permalink
Missing svn:ignore
Browse files Browse the repository at this point in the history
The var/sessions directory content should be ignored too
  • Loading branch information
Frédéric Planté committed Mar 4, 2016
1 parent 581f46c commit 1a6e4c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cookbook/workflow/new_project_svn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ with these steps:
$ svn propset svn:ignore "parameters.yml" app/config/
$ svn propset svn:ignore "*" var/cache/
$ svn propset svn:ignore "*" var/logs/
$ svn propset svn:ignore "*" var/sessions/
$ svn propset svn:ignore "bundles" web
Expand Down

0 comments on commit 1a6e4c5

Please sign in to comment.