初始化项目版本
This commit is contained in:
148
.gitignore
vendored
Normal file
148
.gitignore
vendored
Normal file
@@ -0,0 +1,148 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
!vendor/**/dist/
|
||||
!vendor/**/dist/**
|
||||
*.tsbuildinfo
|
||||
|
||||
# Large source fonts are kept outside the published client template.
|
||||
src/prototypes/beginner-guide/TsangerJinKai02-W04.ttf
|
||||
src/prototypes/beginner-guide/TsangerJinKai02-W05.ttf
|
||||
|
||||
# Vite
|
||||
.vite/
|
||||
vite.config.*.timestamp-*
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.*.example
|
||||
.env.local
|
||||
.env.*.local
|
||||
.env.production
|
||||
.env.development
|
||||
|
||||
# Local configuration (runtime-generated)
|
||||
.axhub/make/*
|
||||
!.axhub/make/client.json
|
||||
!.axhub/make/axhub.config.json
|
||||
!.axhub/make/README.md
|
||||
!.axhub/make/sidebar-tree.json
|
||||
.axhub/sessions/
|
||||
components.json
|
||||
.dev-server-info.json
|
||||
entries.json
|
||||
|
||||
# IDE and editors
|
||||
.idea/
|
||||
.obsidian/
|
||||
.claude/*
|
||||
!.claude/skills/
|
||||
!.claude/skills/**
|
||||
.agents/*
|
||||
!.agents/skills/
|
||||
!.agents/skills/**
|
||||
.opencode/
|
||||
.trae/
|
||||
/.drafts/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
.cache/
|
||||
.drawio-tmp/
|
||||
|
||||
# Runtime review/comment artifacts are project-local by default.
|
||||
src/prototypes/**/.spec/acp/
|
||||
src/prototypes/**/.spec/prototype-comments.json
|
||||
|
||||
# Coverage reports
|
||||
coverage/
|
||||
*.lcov
|
||||
.nyc_output/
|
||||
|
||||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
.npm-cache/
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# Optional stylelint cache
|
||||
.stylelintcache
|
||||
|
||||
# Microbundle cache
|
||||
.rpt2_cache/
|
||||
.rts2_cache_cjs/
|
||||
.rts2_cache_es/
|
||||
.rts2_cache_umd/
|
||||
|
||||
# Optional REPL history
|
||||
.node_repl_history
|
||||
|
||||
# Output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
|
||||
# parcel-bundler cache
|
||||
.parcel-cache
|
||||
|
||||
# Next.js
|
||||
.next/
|
||||
out/
|
||||
|
||||
# Nuxt.js
|
||||
.nuxt/
|
||||
|
||||
# Storybook build outputs
|
||||
storybook-static/
|
||||
|
||||
# Temporary folders
|
||||
tmp/
|
||||
temp/
|
||||
|
||||
# Brainstorm visual companion sessions
|
||||
.superpowers/
|
||||
|
||||
# Token-budget hook local state
|
||||
.cursor/hooks/state/
|
||||
|
||||
# Git version management temporary files
|
||||
.git-versions/
|
||||
|
||||
# Database files (keep directory structure and initial data)
|
||||
# assets/database/*.json
|
||||
# !assets/database/.gitkeep
|
||||
Reference in New Issue
Block a user