mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 09:34:37 +08:00
10 lines
130 B
YAML
10 lines
130 B
YAML
ls:
|
|
.ts: regex:[a-z0-9\-\.]+
|
|
.tsx: regex:[a-z0-9\-\.]+
|
|
.js: regex:[a-z0-9\-\.]+
|
|
|
|
ignore:
|
|
- .git
|
|
- dist
|
|
- node_modules
|