Hangar/frontend/.prettierignore

12 lines
138 B
Plaintext
Raw Normal View History

2022-02-13 02:24:05 +08:00
/node_modules/**
/.cache/**
/dist/**
/tests/unit/coverage/**
2022-02-28 01:29:58 +08:00
**/.temp/**
pnpm-lock.yaml
.vscode/**
.idea/**
2022-03-19 01:56:08 +08:00
server/**
2022-12-16 21:57:01 +08:00
.output/**
.nuxt/**