创建工程
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# TypeScript build output
|
||||
out/
|
||||
*.tsbuildinfo
|
||||
|
||||
# VS Code extension packages
|
||||
*.vsix
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Test and coverage output
|
||||
coverage/
|
||||
.nyc_output/
|
||||
.vscode-test/
|
||||
|
||||
# Local environment files
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor local state
|
||||
.vscode/settings.json
|
||||
.history/
|
||||
|
||||
# Claude/local workspace files
|
||||
.claude/
|
||||
Reference in New Issue
Block a user