Files
porthole/.gitignore
2026-01-31 22:03:11 -08:00

54 lines
487 B
Plaintext

# Node.js
node_modules/
.next/
dist/
.env
.env.*
# Binaries
bin/
controltower
# Build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib
# Git worktrees (local)
.worktrees/
worktrees/
# TypeScript incremental build info
*.tsbuildinfo
# Local scratch files
.tmp-*
# 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