🐛 remove logs from gitignore

This commit is contained in:
Mentor Palokaj 2021-12-07 13:19:43 +01:00
parent 804a87053f
commit 97880019c4

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
.* .*
node_modules node_modules
build/ build/
docs/ docs/
*.log