update
This commit is contained in:
parent
6c24e3a5e0
commit
f608a91730
31 changed files with 2766 additions and 0 deletions
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
# generated types
|
||||
web/.astro
|
||||
web/node_modules
|
||||
.minpluto/generated
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# environment variables
|
||||
web/.env
|
||||
web/.env.production
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
|
||||
# i18n
|
||||
/web/src/pages/en/
|
||||
/web/src/pages/jp/
|
||||
/web/src/pages/ru/
|
||||
|
||||
# other
|
||||
.minpluto/docker/supabase/.env
|
||||
.minpluto/docker/supabase/.env
|
Reference in a new issue