Files
hertzbeat/web-app/.prettierignore
2021-11-27 22:21:52 +08:00

19 lines
198 B
Plaintext

# add files you wish to ignore here
**/*.md
**/*.svg
**/test.ts
.stylelintrc
.prettierrc
src/assets/*
src/index.html
node_modules/
.vscode/
coverage/
dist/
package.json
tslint.json
_cli-tpl/**/*