Skip to content

Fix /var configuration in .gitignore #861

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2018
Merged

Conversation

fabpot
Copy link
Member

@fabpot fabpot commented Sep 30, 2018

A better fix would probably be to move the DB elsewhere.

But at least, this change is required to make the demo work out of the box. If not, the var/ directory is not added when doing git add . after creating the project with composer create-project, which is not what we want.

A better fix would probably be to move the DB elsewhere.

But at least, this change is required to make the demo work out of the box. If not, the `var/` directory is not added when doing `git add .` after creating the project with `composer create-project`, which is not what we want.
@@ -20,7 +20,6 @@ yarn-error.log
###> symfony/framework-bundle ###
/.env
/public/bundles/
/var/
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/var/* is already excluded a few lines before (but with some other rules afterwards). This one overrides the work done above.

@javiereguiluz
Copy link
Member

Thanks Fabien.

@javiereguiluz javiereguiluz merged commit d760b13 into master Sep 30, 2018
javiereguiluz added a commit that referenced this pull request Sep 30, 2018
This PR was merged into the master branch.

Discussion
----------

Fix /var configuration in .gitignore

A better fix would probably be to move the DB elsewhere.

But at least, this change is required to make the demo work out of the box. If not, the `var/` directory is not added when doing `git add .` after creating the project with `composer create-project`, which is not what we want.

Commits
-------

d760b13 Fix /var configuration in .gitignore
javiereguiluz added a commit that referenced this pull request Oct 4, 2018
This PR was merged into the master branch.

Discussion
----------

Moved the SQLite database to data/ dir

Idea proposed in #861.

Commits
-------

7380316 Moved the SQLite database to data/ dir
@fabpot fabpot deleted the fabpot-patch-1 branch November 28, 2018 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants