-
Notifications
You must be signed in to change notification settings - Fork 0
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
Use .gitkeep instead of multiple empty .gitignores #13
Comments
I just read about it as well, it's explained well in https://stackoverflow.com/questions/7229885/what-are-the-differences-between-gitignore-and-gitkeep |
I think that we really don't want those files at all, /bootstrap and /storage inner directories such as cache and sessions are created during Laravel app runtime, for caching and other stuff. |
Yes! Something like https://github.com/github/gitignore/blob/main/Laravel.gitignore |
Good point, that's probably how Laravel development on git is supposed to work. |
discussed in #12
The text was updated successfully, but these errors were encountered: