Files
spl/.gitignore
2025-12-07 00:32:24 +07:00

28 lines
378 B
Plaintext

# Binaries for the current project
*.exe
*.dll
*.so
*.dylib
# Go build cache
.cache/go-build/
# IDE-specific files and directories
.idea/
.vscode/
*.iml
*.ipr
*.iws
# Operating system specific files
.DS_Store
Thumbs.db
# Test coverage output
*.out
# Dependency management tools (if not vendoring)
vendor/ # Uncomment if you are not vendoring dependencies
# Log files
*.log