Skip to content
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

Addition to .gitignore #868

Closed
kkrieger85 opened this issue Dec 12, 2019 · 1 comment · Fixed by #870
Closed

Addition to .gitignore #868

kkrieger85 opened this issue Dec 12, 2019 · 1 comment · Fixed by #870

Comments

@kkrieger85
Copy link
Contributor

Add files in var/**/* to .gitignore:

Proposal:

var/cache/*
var/locks/*
var/report/*
var/session/*
@Flyingmana
Copy link
Member

maybe putting the .gitignore file directly into the var directory, to keep the one in the root a bit smaller.
also, wildcard does not ignore files starting with a ., so we also need .*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants