Skip to content

Add spool folder to Symfony #1452

Merged
merged 1 commit into from

2 participants

@nunorafaelrocha

Reasons for making this change:

As stated in Symfony documentation, all " log and cache files and dumped assets (which are created automatically by your project), should not be committed in Git.". Spool folder only contains files created by running the application, since they are files to be sent.

Links to documentation supporting these rule changes:

http://symfony.com/doc/current/cookbook/workflow/new_project_git.html

@shiftkey
GitHub member

@nunorafaelrocha Is there any supporting links you can give which explain what this file represents and why it can be safely ignored from version control?

@shiftkey shiftkey added the needs info label
@nunorafaelrocha

@shiftkey Updated PR description to add the necessary information.

@shiftkey
GitHub member

@nunorafaelrocha fantastic, thanks!

@shiftkey shiftkey merged commit 028ed4e into github:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.