website/.eslintignore

15 lines
175 B
Plaintext
Raw Normal View History

2023-11-05 23:02:42 +00:00
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
# Ignore files for PNPM, NPM, YARN and BUN
2023-11-05 23:02:42 +00:00
pnpm-lock.yaml
package-lock.json
yarn.lock
bun.lockb