This commit is contained in:
2026-04-12 01:06:31 +07:00
commit 10d660cbcb
1066 changed files with 228596 additions and 0 deletions

27
.opencode/.ckignore Normal file
View File

@@ -0,0 +1,27 @@
# ClaudeKit Ignore File - SIZE-based blocking
# Blocks directories with heavy file counts that fill LLM context
# Syntax: gitignore-spec | Use ! prefix to allow (e.g., !src/vendor)
# JS/TS
node_modules
dist
build
.next
.nuxt
# Python
__pycache__
.venv
venv
# Go/PHP/Rust/Java
vendor
target
# VCS & Coverage
.git
coverage
# Allow reading these files
!.env
!.env.*