78 lines
846 B
Plaintext
78 lines
846 B
Plaintext
|
node_modules
|
||
|
.DS_Store
|
||
|
dist
|
||
|
*-dist
|
||
|
.cache
|
||
|
.history
|
||
|
.vercel/
|
||
|
|
||
|
.turbo
|
||
|
.local
|
||
|
|
||
|
# local env files
|
||
|
#.env.development
|
||
|
#.env.production
|
||
|
.env.local
|
||
|
|
||
|
.eslintcache
|
||
|
|
||
|
# Log files
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
.pnpm-debug.log*
|
||
|
|
||
|
# Editor directories and files
|
||
|
.idea
|
||
|
# .vscode
|
||
|
*.suo
|
||
|
*.ntvs*
|
||
|
*.njsproj
|
||
|
*.sln
|
||
|
*.sw?
|
||
|
|
||
|
# compiled output
|
||
|
/dist
|
||
|
/node_modules
|
||
|
|
||
|
# Logs
|
||
|
logs
|
||
|
*.log
|
||
|
npm-debug.log*
|
||
|
pnpm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
lerna-debug.log*
|
||
|
|
||
|
# OS
|
||
|
.DS_Store
|
||
|
|
||
|
# Tests
|
||
|
/coverage
|
||
|
/.nyc_output
|
||
|
|
||
|
# IDEs and editors
|
||
|
/.idea
|
||
|
.project
|
||
|
.classpath
|
||
|
.c9/
|
||
|
*.launch
|
||
|
.settings/
|
||
|
*.sublime-workspace
|
||
|
|
||
|
# IDE - VSCode
|
||
|
.vscode/*
|
||
|
!.vscode/settings.json
|
||
|
!.vscode/tasks.json
|
||
|
!.vscode/launch.json
|
||
|
!.vscode/extensions.json
|
||
|
|
||
|
.nestjs_repl_history
|
||
|
out
|
||
|
|
||
|
# temp data
|
||
|
__data
|
||
|
# 我想把upload文件夹传上去
|
||
|
/public/upload/*
|
||
|
!/public/upload/.gitkeep
|
||
|
types/env.d.ts
|