word-counter-api/.gitignore
ai-implementer f4acc259b3 [WCTAS-2] Initialize npm/TypeScript project
Add package.json with build/start/dev/test scripts, tsconfig.json with
strict mode and CommonJS target, .gitignore, and CLAUDE.md documenting
the new project structure and commands.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-21 10:12:46 +00:00

12 lines
102 B
Plaintext

node_modules/
dist/
.env
.env.local
*.log
npm-debug.log*
.DS_Store
.vscode/
.idea/
*.js.map
coverage/