FIX: gitignore was ignoring all logs folders

This commit is contained in:
2023-02-14 20:41:42 -03:00
parent b9d5c6c3f5
commit f8dbb1390e

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
**/*.env **/*.env
**/.idea/ **/.idea/
**/logs/ /logs/
**/cache/ **/cache/
**/vendor/ **/vendor/
**/*.lock **/*.lock