.gitignore 212 B

1234567891011121314151617
  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