feat: refactor
This commit is contained in:
parent
b83f17d087
commit
8666e5a169
57 changed files with 5734 additions and 5313 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
|
@ -1,5 +1,17 @@
|
|||
public/**/*.ttf
|
||||
*.md
|
||||
!readme.md
|
||||
.DS_Store
|
||||
.git
|
||||
|
||||
dist/
|
||||
.astro/
|
||||
|
||||
node_modules/
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
.env
|
||||
.env.production
|
||||
|
||||
.idea/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue