Skip to content

Commit

Permalink
feat: ✨ Initialize rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Jul 22, 2024
1 parent 47ce9bd commit f39d34b
Show file tree
Hide file tree
Showing 143 changed files with 7,257 additions and 4,032 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
61 changes: 0 additions & 61 deletions .github/workflows/deploy.yml

This file was deleted.

38 changes: 35 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
node_modules
.vitepress/cache
.vitepress/dist
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
165 changes: 0 additions & 165 deletions .vitepress/config.mts

This file was deleted.

13 changes: 0 additions & 13 deletions .vitepress/theme/Layout.vue

This file was deleted.

62 changes: 0 additions & 62 deletions .vitepress/theme/custom.css

This file was deleted.

8 changes: 0 additions & 8 deletions .vitepress/theme/index.ts

This file was deleted.

33 changes: 0 additions & 33 deletions Dockerfile

This file was deleted.

Loading

0 comments on commit f39d34b

Please sign in to comment.