mirror of
https://github.com/Silentely/eSIM-Tools.git
synced 2026-09-03 06:24:20 +08:00
- 删除 .omx/metrics.json 和相关状态文件 - 将 .omx/ 添加到 .gitignore 排除列表 - 防止 oh-my-claudecode 工具状态文件被追踪
120 lines
1.3 KiB
Plaintext
120 lines
1.3 KiB
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage/
|
|
*.lcov
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# Dependency directories
|
|
jspm_packages/
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
.env.test
|
|
.env.production
|
|
.env.local
|
|
|
|
# parcel-bundler cache (https://parceljs.org/)
|
|
.cache
|
|
.parcel-cache
|
|
|
|
# Next.js build output
|
|
.next
|
|
|
|
# Nuxt.js build / generate output
|
|
.nuxt
|
|
dist
|
|
|
|
# Storybook build outputs
|
|
.out
|
|
.storybook-out
|
|
|
|
# Temporary folders
|
|
tmp/
|
|
temp/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.serena
|
|
.ace-tool/
|
|
.omc/
|
|
.omx/
|
|
|
|
# Build outputs
|
|
build/
|
|
dist/
|
|
|
|
# Netlify
|
|
.netlify/
|
|
|
|
# Development files
|
|
*.bak
|
|
*.orig
|
|
*.tmp
|
|
|
|
# Editor files
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Local development
|
|
.env.local
|
|
.env.development
|
|
.env.test
|
|
|
|
# Postman
|
|
postman/
|
|
|
|
# Claude Code 本地配置
|
|
.claude/
|
|
|
|
# Gemini 剪贴板临时文件
|
|
.gemini-clipboard/
|
|
|