Files
oki-podcast-reader/.eslintignore
T

16 lines
183 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 23:45:25 +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
yarn.lock
2023-03-06 15:25:34 +00:00
**/components/_*