mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-06-01 10:31:33 +02:00
c7261394b0
* fix(i18n): re-point translations to code-review-specialist rename The English code-review skill was renamed to code-review-specialist in #127 to avoid shadowing the new built-in /code-review command. Mirror that rename across the uk, vi, ja, zh locales: rename each 03-skills/code-review/ directory to code-review-specialist/, update the i18n-source markers in the moved ja files, and fix path references in INDEX.md, QUICK_REFERENCE.md, and the vi TRANSLATION_QUEUE.md. * chore: ignore .asm-improver and .gitissue tooling state * fix(i18n): re-point remaining code-review install paths to code-review-specialist
102 lines
1.4 KiB
Plaintext
102 lines
1.4 KiB
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear in the root of a volume
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
# Keep .claude/ clean for hand-on section — except project skills
|
|
.claude/*
|
|
!.claude/skills/
|
|
.claude/skills/*
|
|
!.claude/skills/self-assessment/
|
|
!.claude/skills/lesson-quiz/
|
|
blog-posts/
|
|
|
|
# Local progress tracker — HTML ships in repo, but exported JSON data files stay local
|
|
local-progress/*.json
|
|
|
|
# EPUB files in root directory
|
|
/*.epub
|
|
|
|
# Python virtual environment
|
|
.venv/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Coverage reports
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# uv lockfile
|
|
uv.lock
|
|
blog-post/
|
|
openspec/
|
|
.opencode/
|
|
|
|
# Promo video project
|
|
promo-video/
|
|
.agents/
|
|
.codex/
|
|
|
|
# Video files (too large for git)
|
|
*.mp4
|
|
|
|
update-plan*.md
|
|
site/
|
|
.gstack/
|
|
|
|
# Cached vendor binaries/assets for the website build (Tailwind CLI, Mermaid, fonts).
|
|
scripts/.vendor-cache/
|
|
|
|
# Local agent/tooling state
|
|
.asm-improver/
|
|
.gitissue/
|