如何在 gitignore 中添加 Larvel 日志文件
/storage/logs/laravel.log
我添加了这段代码,但它不起作用。我们将感谢您的帮助
/storage/logs/laravel.log
I Added this Code But it's Not Working. Your Help will be Appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 Laravel 提供的 .gitignore 文件。
但是,如果您已经提交了存储文件夹,请先从 github 中删除它们,这样 git 就不会跟踪它们。
这是我定制的 .env:
Here is .gitignore file provided by Laravel.
However, If you already commited your storage folder delete them from github first so the git won't track them.
This is my .env customised: