47 lines
387 B
Plaintext
47 lines
387 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
|
|
|
|
# Git worktrees
|
|
.worktrees/
|