mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
55 lines
No EOL
597 B
Text
55 lines
No EOL
597 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs (already included in files array)
|
|
# dist is included via package.json files array
|
|
|
|
# Development files
|
|
*.test.*
|
|
*.spec.*
|
|
.storybook/
|
|
.storybook-static/
|
|
.storybook-build/
|
|
storybook-static/
|
|
docs/
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Editor files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git files
|
|
.git/
|
|
.gitignore
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
.nyc_output/
|
|
coverage/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Configs
|
|
.vite/
|
|
.eslintrc*
|
|
.prettierrc*
|
|
.editorconfig
|
|
|
|
# Examples (not needed in npm package)
|
|
examples/
|
|
|
|
# Scripts
|
|
scripts/
|
|
|
|
# Local development
|
|
demo/
|
|
dist-dev/
|
|
dist-dev/**
|
|
!dist/** |