.gitignore 369 B

12345678910111213141516171819202122232425262728293031
  1. /node_modules
  2. /local.properties
  3. /.idea
  4. **/build
  5. package-lock.json
  6. /.hvigor
  7. .clang-format
  8. .clang-tidy
  9. .clangd
  10. @ohos
  11. .vscode
  12. .vs
  13. build-profile.json5
  14. oh_modules
  15. oh-package-lock.json5
  16. # macOS
  17. .DS_Store
  18. # Local logs and merge artifacts
  19. logs/
  20. *_output.txt
  21. merge_output.txt
  22. stash_output.txt
  23. # Local AI/tooling workspace metadata
  24. .agent/
  25. .claude/
  26. .codex/
  27. .cursor/
  28. .history/