Files
ccs/.gitignore
T
kaitranntt 77d026869e fix(tsconfig): remove duplicate compiler options
- Remove duplicate allowSyntheticDefaultImports (lines 16 & 42)
- Remove duplicate skipLibCheck (lines 18 & 46)
- Add TypeScript source files for npm package migration
- Verify build pipeline works (42/42 tests pass)
2025-11-26 19:24:40 -05:00

32 lines
416 B
Plaintext

# User config files
# Note: config files now live in ~/.ccs/, not in project directory
repomix-output.xml
.ccs.json
# macOS
.DS_Store
# Editor
.vscode/
.idea/
*.swp
*.swo
*~
# Plans directory
plans/
*.tgz
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# TypeScript build output
dist/
*.tsbuildinfo
# Package lock files (keep package-lock.json but ignore others)
yarn.lock
pnpm-lock.yaml