CLEANUP: Remove unnecessary development files and improve .gitignore#24
Merged
CLEANUP: Remove unnecessary development files and improve .gitignore#24
Conversation
- Remove development markdown files (BUGS.md, PROVE.md, STATUS.md, Task.md) - Remove docs/CostCalculatorService.md (development artifact) - Add .DS_Store to .gitignore to prevent macOS system files - Keep essential files: README.md, LICENSE, CLAUDE.md, INSTALLATION.md, changelog.txt 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Update compression from 1.8.0 to 1.8.1 - Update on-headers from 1.0.2 to 1.1.0 - Resolves http response header manipulation vulnerability (GHSA-76c9-3jph-rj3q) - Fixes CI build failure due to npm audit check 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
MiwiDots
added a commit
that referenced
this pull request
Jul 20, 2025
* Revert "REFACTOR: Streamline CI/CD workflows to reduce GitHub Actions costs (#27)" This reverts commit 13b312d. * Revert "FIX: Improve cost calculation accuracy and dashboard UX (#26)" This reverts commit 8b51ece. * Revert "FEAT: Add 5-hour billing block tracking and enhanced project view (#25)" This reverts commit 09b56f3. * Revert "CLEANUP: Remove unnecessary development files and improve .gitignore (#24)" This reverts commit fe3d287. --------- Co-authored-by: Martin Wilke <miwi@FreeBSD.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
BUGS.md- Development bug trackingPROVE.md- Data analysis commandsSTATUS.md- Development status trackingTask.md- Task tracking documentdocs/CostCalculatorService.md- Service documentation artifact.DS_Storeto prevent macOS system filesFiles preserved
README.md- Main project documentationLICENSE- MIT License (legal requirement)CLAUDE.md- Project instructions for Claude CodeINSTALLATION.md- User installation guide with macOS security infochangelog.txt- Change tracking for releasesTest plan
🤖 Generated with Claude Code