Files
bbq/.prettierignore
2021-11-26 16:34:35 +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/**/*