ignore logs

This commit is contained in:
array-in-a-matrix 2024-08-12 13:40:18 -04:00
parent bd147edcf9
commit ec6f8fb225
2 changed files with 8 additions and 2 deletions

View file

@ -21,4 +21,7 @@ bin/
# not needed directories inside docker
.github/
.vscode/
.vscode/
# logs
*.log

5
.gitignore vendored
View file

@ -17,4 +17,7 @@ bin/
*.db
# configuration
/config.ini
/config.ini
# logs
*.log