nest-admin-main/.gitignore
lqs 817d3102b1
Some checks failed
Build Stable Image / docker (push) Has been cancelled
Sync To Gitee / repo-sync (push) Has been cancelled
first commit
2024-09-11 16:32:57 +08:00

77 lines
783 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
public/upload
types/env.d.ts