mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-28 07:19:09 +00:00
feat: create initial app skeleton
This commit is contained in:
parent
8d4ea7747a
commit
62f2d4651d
17 changed files with 1223 additions and 2082 deletions
|
@ -1,8 +1,13 @@
|
|||
cache
|
||||
.cache
|
||||
package.json
|
||||
pnpm-lock.yaml
|
||||
public
|
||||
.DS_Store
|
||||
node_modules
|
||||
.next
|
||||
.github
|
||||
/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