website/.eslintignore
Sangelo 27ad0ecea4
All checks were successful
Build and push docker image / publish (push) Successful in 43s
[c] add bun to list of ignored files for prettier and eslint
2024-06-10 10:32:15 +02:00

15 lines
175 B
Plaintext

.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
# Ignore files for PNPM, NPM, YARN and BUN
pnpm-lock.yaml
package-lock.json
yarn.lock
bun.lockb