Skip to content

chore: remove redudant .gitkeep files - #175

Merged
rodriguecyber merged 1 commit into
Open-Source-Kigali:developfrom
Victoire67:chore/remove-redudant-gitkeep
Aug 29, 2026
Merged

chore: remove redudant .gitkeep files#175
rodriguecyber merged 1 commit into
Open-Source-Kigali:developfrom
Victoire67:chore/remove-redudant-gitkeep

Conversation

@Victoire67

Copy link
Copy Markdown
Contributor

Remove redudant .gitkeep files

Removes 10 redundant .gitkeep files from directories that already contain tracked source files. .gitkeep only serves a purpose in otherwise-empty directories (git doesn't track empty folders), so once real files land there, the placeholder is dead weight that just makes a reader pause and wonder if it means something project-specific. The 7 .gitkeep files guarding genuinely empty directories (including apps/agent/data, which the agent depends on at runtime) are left untouched.

Type of change

  • Refactor / cleanup

Areas touched

  • apps/server (NestJS)
  • apps/web (React / Vite)

Related issues

Closes #166

@rodriguecyber
rodriguecyber merged commit 78b121d into Open-Source-Kigali:develop Aug 29, 2026
1 check passed
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.

Eleven .gitkeep files sit in directories that now contain real code

2 participants