oc-webui/.eslintignore

15 lines
166 B
Text
Raw Normal View History

2024-03-17 17:35:26 +00:00
.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