29 lines
318 B
Plaintext
29 lines
318 B
Plaintext
# Build artifacts
|
|
*.exe
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.dylib
|
|
|
|
# Vendor dependencies (if using vendoring)
|
|
/vendor/
|
|
|
|
# Go module cache
|
|
/go/pkg/mod/
|
|
/go/pkg/cache/
|
|
|
|
# IDE/Editor specific files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
tmp/
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Any other temporary or build files specific to your project |