migrate to nextjs
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -1,8 +1,11 @@
|
||||
# build output
|
||||
dist/
|
||||
.next/
|
||||
out/
|
||||
|
||||
# generated types
|
||||
.astro/
|
||||
next-env.d.ts
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
@@ -15,6 +18,10 @@ pnpm-debug.log*
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.env.production
|
||||
|
||||
# macOS-specific files
|
||||
@@ -22,3 +29,14 @@ pnpm-debug.log*
|
||||
|
||||
# jetbrains setting folder
|
||||
.idea/
|
||||
|
||||
# VS Code
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
*.code-workspace
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
Reference in New Issue
Block a user