feat(frontend): add initial Next.js UI app
This commit is contained in:
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
|
||||
# next.js
|
||||
/.next/
|
||||
/out/
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# env files
|
||||
.env*
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
# local caches
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# generated files
|
||||
team_registration_result_*.json
|
||||
init_response.json
|
||||
|
||||
# sensitive / high-risk local files
|
||||
scripts/
|
||||
CTF竞赛规则.md
|
||||
unified_pay.py
|
||||
.ace-tool/
|
||||
Reference in New Issue
Block a user