docs(CLAUDE.md): add code style section aligned with glyphdiff conventions

This commit is contained in:
Ilia Mashkov
2026-03-06 23:03:45 +03:00
commit e2eba5ec55
44 changed files with 3686 additions and 0 deletions

20
.dockerignore Normal file
View File

@@ -0,0 +1,20 @@
node_modules
.svelte-kit
build
dist
.env
.env.*
!.env.example
.git
.gitignore
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
Thumbs.db
.vscode
.idea
*.swp
*.swo
*~