its-personal/.eslintignore

14 lines
167 B
Plaintext
Raw Normal View History

2023-11-01 23:36:58 +00:00
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
2024-03-16 09:12:50 +00:00
*.local
2023-11-01 23:36:58 +00:00
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock