Migrated to Astro
This commit is contained in:
parent
20f9d53170
commit
d4afe3e086
19 changed files with 3237 additions and 200 deletions
31
.gitignore
vendored
31
.gitignore
vendored
|
|
@ -1 +1,30 @@
|
|||
old/
|
||||
# trash folder
|
||||
old/
|
||||
|
||||
# build output
|
||||
dist/
|
||||
|
||||
# generated types
|
||||
.astro/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.production
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
|
||||
# jetbrains setting folder
|
||||
.idea/
|
||||
|
||||
# VScode config
|
||||
.vscode/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue