Files
porthole/.gitignore
OpenCode Test 4485718885 chore: add .gitignore for Go project
Exclude build artifacts, binaries, IDE files, and temporary files
from version control.
2025-12-24 13:30:49 -08:00

44 lines
358 B
Plaintext

# Node.js
node_modules/
.next/
dist/
.env
.env.*
# Binaries
bin/
controltower
# Build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
# Build cache
.cache/
# IDE files
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Temporary files
CHANGES_SUMMARY.sh