FIX: gitignore was ignoring all logs folders
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
**/*.env
|
**/*.env
|
||||||
**/.idea/
|
**/.idea/
|
||||||
**/logs/
|
/logs/
|
||||||
**/cache/
|
**/cache/
|
||||||
**/vendor/
|
**/vendor/
|
||||||
**/*.lock
|
**/*.lock
|
||||||
|
Reference in New Issue
Block a user