Files
oki-podcast-reader/.eslintignore
T

20 lines
221 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
2023-07-09 23:21:21 +01:00
**/components/_*
*.config.ts
*.config.js
*.config.cjs