fix: Remove demo pages and add testDataService for production build
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -30,8 +30,12 @@ yarn-error.log*
|
||||
# Local env files
|
||||
.env
|
||||
.env*.local
|
||||
.env.local
|
||||
.env.development
|
||||
.env.development.local
|
||||
.env.test
|
||||
.env.test.local
|
||||
.env.production
|
||||
.env.production.local
|
||||
|
||||
# Vercel
|
||||
@@ -39,6 +43,7 @@ yarn-error.log*
|
||||
|
||||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
tsconfig.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
# IDE
|
||||
|
||||
Reference in New Issue
Block a user