Kurate/packages/ui/.prettierignore

15 lines
161 B
Plaintext
Raw Normal View History

2022-11-23 17:51:51 +01:00
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
2023-03-23 13:28:42 +01:00