laobinghu 97f81fd010 On branch main
Initial commit

Changes to be committed:
	new file:   .gitignore
	new file:   .prettierrc
	new file:   LICENSE
	new file:   README.md
	new file:   eslint.config.mjs
	new file:   nest-cli.json
	new file:   package.json
	new file:   pnpm-lock.yaml
	new file:   src/app.controller.spec.ts
	new file:   src/app.controller.ts
	new file:   src/app.module.ts
	new file:   src/app.service.ts
	new file:   src/main.ts
	new file:   test/app.e2e-spec.ts
	new file:   test/jest-e2e.json
	new file:   tsconfig.build.json
	new file:   tsconfig.json
2026-03-27 17:04:59 +08:00

57 lines
686 B
Plaintext

# compiled output
/dist
/node_modules
/build
# 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
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# temp directory
.temp
.tmp
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json