mirror of
https://github.com/777genius/claude-code-source-code.git
synced 2026-07-26 14:32:31 +00:00
45 lines
384 B
Text
45 lines
384 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
out/
|
|
build/
|
|
*.tsbuildinfo
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Prompts
|
|
prompts/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor / IDE
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/settings.json
|
|
.vscode/launch.json
|
|
|
|
# Debug & logs
|
|
*.log
|
|
debug-logs/
|
|
coverage/
|
|
|
|
# Bun
|
|
bun.lockb
|
|
|
|
# MCP registry tokens
|
|
.mcpregistry_*
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
|
|
|