Some checks failed
CI / lint-and-test (push) Has been cancelled
- Makefile: all useful targets duplicate package.json scripts, and referenced deleted e2e files. Use npm run instead. - .npmignore: contained only node_modules/ which npm ignores by default. - .dockerignore: remove stale paths (manuals/, third_party/, AGENTS.md, FUNCTIONAL_ISSUES_BACKLOG.md), add wiki/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
28 lines
280 B
Plaintext
28 lines
280 B
Plaintext
# Dependencies (rebuilt in container)
|
|
node_modules/
|
|
|
|
# Git
|
|
.git/
|
|
.gitmodules
|
|
|
|
# Build artifacts
|
|
*.tgz
|
|
|
|
# Agent/Claude metadata (not needed at runtime)
|
|
.agents/
|
|
.claude/
|
|
|
|
# Documentation (not needed at runtime)
|
|
wiki/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|