Chore: Optimize .gitignore

Signed-off-by: Pk-web6936 <202365630+Pk-web6936@users.noreply.github.com>
This commit is contained in:
Pk-web6936 2025-03-30 23:02:21 +03:30 committed by GitHub
parent d4bb7af4f3
commit ee0159e136
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
.gitignore vendored
View file

@ -15,4 +15,20 @@
.DS_Store
/config.d/
/venv/
# Go related
*.exe
*.dll
*.so
*.dylib
*.test
*.out
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Directories like go.work and go.work.sum that are not commonly committed
go.work
go.work.sum
# Log files
*.log
# Temporary files
*.tmp
*.swp