Files
EVOLV/.dockerignore
znetsixe 6cf1821161
Some checks failed
CI / lint-and-test (push) Has been cancelled
chore: remove redundant Makefile and .npmignore, fix .dockerignore
- 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>
2026-04-07 20:53:26 +02:00

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