Files
oki-podcast-reader/.prettierignore
T

14 lines
165 B
Plaintext
Raw Normal View History

2023-02-21 22:09:10 +00:00
.DS_Store
node_modules
/build
/.svelte-kit
/package
2023-02-24 13:15:34 +00:00
/dist
2023-02-21 22:09:10 +00:00
.env
.env.*
!.env.example
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
2023-02-24 13:15:34 +00:00
yarn.lock