gitignore fix

This commit is contained in:
Yared Yemane 2025-06-16 23:08:53 +03:00
parent a5ea52b993
commit a76fef34e1

14
.gitignore vendored
View File

@ -1,7 +1,7 @@
# bin
# coverage.out
# coverage
# .env
# tmp
# build
# *.log
bin
coverage.out
coverage
.env
tmp
build
*.log