update
This commit is contained in:
parent
ec6101d82c
commit
792498b755
504 changed files with 1811 additions and 12089 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
@ -1,8 +1,7 @@
|
|||
# build output
|
||||
dist/
|
||||
|
||||
# generated types
|
||||
.astro/
|
||||
source/.astro
|
||||
source/node_modules
|
||||
.minpluto/generated
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
@ -13,18 +12,16 @@ yarn-debug.log*
|
|||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.production
|
||||
source/.env
|
||||
source/.env.production
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
|
||||
# i18n
|
||||
/src/pages/en/
|
||||
/src/pages/jp/
|
||||
/src/pages/ru/
|
||||
/source/src/pages/en/
|
||||
/source/src/pages/jp/
|
||||
/source/src/pages/ru/
|
||||
|
||||
# other
|
||||
supabase/
|
Reference in a new issue