loic-go/.gitignore
Daniel Sy da08f62a79
All checks were successful
ci / build (push) Successful in 5m36s
fix(#3): 🔒 Added go.sum
2025-04-29 17:51:30 +02:00

30 lines
No EOL
330 B
Text

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Go workspace file
go.work
# Dependency directories
vendor/
# IDE and editor files
.idea/
.vscode/
*.swp
# Logs
*.log
# OS generated files
.DS_Store
Thumbs.db
# Custom files
loic