.gitignore 505 B

123456789101112131415161718192021222324252627
  1. # Remove if certain files are committed on purpose
  2. .pio/
  3. .vscode/
  4. .code-workspace
  5. /sd-card/htm./.vscode/
  6. /code/build
  7. /code/.helper
  8. /sd-card/html/debug/
  9. /firmware/
  10. version.txt
  11. /dist/
  12. /dist_release/
  13. /dist_old_ota
  14. CMakeLists.txt.user
  15. CMakeCache.txt
  16. CMakeFiles
  17. CMakeScripts
  18. Makefile
  19. cmake_install.cmake
  20. install_manifest.txt
  21. compile_commands.json
  22. CTestTestfile.cmake
  23. _deps
  24. code/edgeAI.code-workspace
  25. .DS_Store
  26. tools/parameter-tooltip-generator/html
  27. tools/parameter-tooltip-generator/AI-on-the-edge-device-docs