| 1234567891011121314151617181920212223242526272829303132 |
- /node_modules
- /local.properties
- /.idea
- **/build
- package-lock.json
- /.hvigor
- .clang-format
- .clang-tidy
- .clangd
- @ohos
- .vscode
- .vs
- build-profile.json5
- oh_modules
- oh-package-lock.json5
- # macOS
- .DS_Store
- # Local logs and merge artifacts
- logs/
- *_output.txt
- merge_output.txt
- stash_output.txt
- # Local AI/tooling workspace metadata
- .agent/
- .claude/
- .codex/
- .cursor/
- .history/
- .spectra/
|