Files
ccs/.npmignore
T
Tam Nhu Tran 50b56600dd fix(docker): include docker/ assets in npm package
The docker/ directory was missing from package.json files array,
causing all ccs docker commands to fail after npm install with
"Missing bundled Docker asset" error. Also add .npmignore exception
for docker/*.sh since the blanket *.sh exclusion stripped the
entrypoint script.

Closes #829
2026-03-28 09:47:23 -04:00

36 lines
384 B
Plaintext

# Development files
.github/
.claude/
tests/
scripts/
plans/
design/
docs/
# Git files
.git/
.gitignore
.gitmodules
# Development tools (keep installer scripts and docker entrypoints)
*.sh
!installers/*.sh
!docker/*.sh
# Logs and temp
*.log
.DS_Store
# Build artifacts
node_modules/
# npm published artifacts
*.tgz
# Editor files
.vscode/
.idea/
*.swp
*.swo
# OS files
Thumbs.db