mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-02 03:38:03 +08:00
19 lines
198 B
Plaintext
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/**/*
|