wireadmin/web/.prettierignore

15 lines
180 B
Plaintext
Raw Normal View History

2023-11-02 11:04:25 +00:00
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
2024-01-08 12:50:36 +00:00
static
2023-11-02 11:04:25 +00:00
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
2024-01-24 15:32:47 +00:00
tsconfig.json