mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
22 lines
275 B
Plaintext
22 lines
275 B
Plaintext
/.tmp/
|
|
/.github/
|
|
/.vscode/
|
|
/.history/
|
|
/back/**/*.ts
|
|
/back/**/*.json
|
|
/cli/
|
|
/data/
|
|
/src/
|
|
/static/**/*.js.map
|
|
/static/**/*.gz
|
|
/.editorconfig
|
|
/.gitignore
|
|
/.prettierignore
|
|
/.prettierrc
|
|
/.umirc.ts
|
|
/nodemon.json
|
|
/pnpm-lock.yaml
|
|
/tsconfig.back.json
|
|
/tsconfig.json
|
|
/typings.d.ts
|
|
/.env |