| 123456789101112131415161718192021 |
- /node_modules
- /oh_modules
- /local.properties
- /.idea
- **/build
- /.hvigor
- .cxx
- /.clangd
- /.clang-format
- /.clang-tidy
- **/.test
- /.appanalyzer
- # Ignore docs & scripts & node_modules per project rule
- .DS_Store
- *.md
- *.txt
- *.sh
- *.ps1
- *.py
- *.sql
- hvigor/node_modules/
|