.gitignore 288 B

123456789101112131415161718192021222324252627282930
  1. # Binaries
  2. /bin/
  3. /beacon-daemon
  4. /beacon-daemon-arm
  5. /ble-scanner
  6. /wifi-scanner
  7. *.exe
  8. # Build artifacts
  9. update.img
  10. *.tar.gz
  11. /release/
  12. # Go
  13. *.out
  14. *.test
  15. *.prof
  16. vendor/
  17. # IDE
  18. .vscode/
  19. .idea/
  20. *.swp
  21. *.swo
  22. *~
  23. # Node.js (dashboard)
  24. dashboard/node_modules/
  25. dashboard/dist/
  26. dashboard/.DS_Store