mirror of
https://github.com/dpup/meshstream.git
synced 2026-03-28 17:42:37 +01:00
79 lines
785 B
Plaintext
79 lines
785 B
Plaintext
# Binaries and build artifacts
|
|
/dist/
|
|
/web/dist/
|
|
/bin/
|
|
|
|
# Go specific
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
go.work
|
|
|
|
# Protocol buffer generated files
|
|
proto/tmp/
|
|
|
|
# IDE specific files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS specific files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Testing
|
|
/coverage.txt
|
|
/profile.out
|
|
|
|
# Environment files
|
|
.env
|
|
.envrc
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# direnv
|
|
.direnv
|
|
|
|
# Local development files
|
|
*.local
|
|
.air.toml
|
|
*.local.sh
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Debug files
|
|
debug
|
|
debug.test
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
|
|
|
|
# Binary output type
|
|
#meshstream
|
|
**/.claude/settings.local.json
|