mirror of
https://github.com/jparkerweb/plan2code.git
synced 2026-09-17 16:22:23 -07:00
32d1487dcf
Replace per-tool distribution generation with a canonical committed skills build so installation and updates share one format. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
20 lines
370 B
Plaintext
20 lines
370 B
Plaintext
# Exclude user-generated spec files
|
|
specs/
|
|
specs--completed/
|
|
|
|
# Exclude development files
|
|
.husky/
|
|
.git/
|
|
.gitignore
|
|
CLAUDE.md
|
|
|
|
# Exclude stale generated output from pre-2.2 checkouts
|
|
dist/
|
|
|
|
# Exclude dependencies (installer will run npm install if needed)
|
|
node_modules/
|
|
package-lock.json
|
|
plan2code-loop/node_modules/
|
|
plan2code-loop/package-lock.json
|
|
plan2code-loop/dist/
|