loic-go/.gitignore
2025-03-25 17:53:35 +01:00

34 lines
No EOL
358 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
# Go modules
go.mod
go.sum
# Dependency directories
vendor/
# IDE and editor files
.idea/
.vscode/
*.swp
# Logs
*.log
# OS generated files
.DS_Store
Thumbs.db
# Custom files
loic