Skip to content

CLEANUP: Remove unnecessary development files and improve .gitignore#24

Merged
MiwiDots merged 2 commits intomainfrom
feature/cleanup-unnecessary-files
Jul 19, 2025
Merged

CLEANUP: Remove unnecessary development files and improve .gitignore#24
MiwiDots merged 2 commits intomainfrom
feature/cleanup-unnecessary-files

Conversation

@MiwiDots
Copy link
Member

Summary

  • Remove development markdown files that are no longer needed
  • Add .DS_Store to .gitignore to prevent macOS system files from being tracked
  • Keep all essential files for users and development

Changes

  • Removed files (6 files, -783 lines):
    • BUGS.md - Development bug tracking
    • PROVE.md - Data analysis commands
    • STATUS.md - Development status tracking
    • Task.md - Task tracking document
    • docs/CostCalculatorService.md - Service documentation artifact
  • Updated .gitignore: Added .DS_Store to prevent macOS system files

Files preserved

  • README.md - Main project documentation
  • LICENSE - MIT License (legal requirement)
  • CLAUDE.md - Project instructions for Claude Code
  • INSTALLATION.md - User installation guide with macOS security info
  • changelog.txt - Change tracking for releases
  • Test files - Kept for code quality

Test plan

  • Repository builds successfully
  • No essential files were removed
  • .gitignore properly excludes .DS_Store files

🤖 Generated with Claude Code

Martin Wilke and others added 2 commits July 19, 2025 17:20
- 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 MiwiDots merged commit fe3d287 into main Jul 19, 2025
2 checks passed
@MiwiDots MiwiDots deleted the feature/cleanup-unnecessary-files branch July 19, 2025 11:11
MiwiDots pushed a commit that referenced this pull request Jul 20, 2025
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant