Files
oki-podcast-reader/.eslintignore
T
2023-07-09 23:21:21 +01:00

20 lines
221 B
Plaintext

.DS_Store
node_modules
/build
/.svelte-kit
/package
/dist
.env
.env.*
!.env.example
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
**/components/_*
*.config.ts
*.config.js
*.config.cjs