| 123456789101112131415161718192021222324252627282930 |
- # Binaries
- /bin/
- /beacon-daemon
- /beacon-daemon-arm
- /ble-scanner
- /wifi-scanner
- *.exe
- # Build artifacts
- update.img
- *.tar.gz
- /release/
- # Go
- *.out
- *.test
- *.prof
- vendor/
- # IDE
- .vscode/
- .idea/
- *.swp
- *.swo
- *~
- # Node.js (dashboard)
- dashboard/node_modules/
- dashboard/dist/
- dashboard/.DS_Store
|