Skip to content

Commit 7ceeb5c

Browse files
🧹 Final cleanup: Remove unwanted files and update .gitignore
REMOVED FILES: - SECURITY_REVIEW.md - RELEASE_NOTES_v1.3.0.md - RELEASE_NOTES_v2.3.0.md - IMPLEMENTATION_SUMMARY.md - create-agentwise-cli/ (NPM package - now local only) - wiki/ and wiki-repo/ directories UPDATED .gitignore: - Added patterns to prevent these files from being committed again - Ensures wiki/, create-agentwise-cli/, and documentation files stay local only Repository is now clean and focused on core Agentwise functionality only.
1 parent 66c90d5 commit 7ceeb5c

File tree

10 files changed

+14
-2370
lines changed

10 files changed

+14
-2370
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,18 @@ results/
198198
# Figma documentation (local only)
199199
figma-website-documentation.md
200200
figma-interactive-demo.md
201+
figma-docs/
202+
203+
# Wiki directories (local only)
204+
wiki/
201205
wiki-repo/
206+
207+
# NPM package (local only)
208+
create-agentwise-cli/
209+
210+
# Documentation files that should not be in repo
211+
SECURITY_REVIEW.md
212+
RELEASE_NOTES_*.md
213+
IMPLEMENTATION_SUMMARY.md
214+
NPM_*.md
215+
INSTALLATION_GUIDE.md

IMPLEMENTATION_SUMMARY.md

Lines changed: 0 additions & 216 deletions
This file was deleted.

RELEASE_NOTES_v1.3.0.md

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)