Files
meshstream/.gitignore
Daniel Pupius bc9aff9d02 Enhance message decoder with additional port support
- Add support for decoding MAP_REPORT_APP, TRACEROUTE_APP, and NEIGHBORINFO_APP messages
- Create formatters for RouteDiscovery and NeighborInfo messages
- Remove JSON output from all formatters for cleaner display
- Update tests to check for proper formatting

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-04-20 17:40:17 -07:00

75 lines
730 B
Plaintext

# Binaries and build artifacts
/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
# 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