.gitignore 254 B

123456789101112131415161718192021
  1. /node_modules
  2. /oh_modules
  3. /local.properties
  4. /.idea
  5. **/build
  6. /.hvigor
  7. .cxx
  8. /.clangd
  9. /.clang-format
  10. /.clang-tidy
  11. **/.test
  12. /.appanalyzer
  13. # Ignore docs & scripts & node_modules per project rule
  14. .DS_Store
  15. *.md
  16. *.txt
  17. *.sh
  18. *.ps1
  19. *.py
  20. *.sql
  21. hvigor/node_modules/