ignore: remove log files and add them to gitignore (#138)

This commit is contained in:
Thomas Meire 2025-06-16 15:30:07 +02:00 committed by GitHub
commit 9fc6734f32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 263 deletions

2
.gitignore vendored
View file

@ -5,3 +5,5 @@ node_modules
.env
.idea
.vscode
app.log
gopls.log