mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-28 12:19:11 +00:00
feat: add new files and configurations for SvelteKit project
This commit is contained in:
parent
6fff848b4b
commit
69ccab8129
23 changed files with 3020 additions and 0 deletions
13
apps/web/.eslintignore
Normal file
13
apps/web/.eslintignore
Normal file
|
@ -0,0 +1,13 @@
|
|||
.DS_Store
|
||||
node_modules
|
||||
/build
|
||||
/.svelte-kit
|
||||
/package
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Ignore files for PNPM, NPM and YARN
|
||||
pnpm-lock.yaml
|
||||
package-lock.json
|
||||
yarn.lock
|
Loading…
Add table
Add a link
Reference in a new issue