Skip to content

Commit c8678a7

Browse files
web-werkstattclaude
andcommitted
refactor: Clean up GitHub for user-focused experience
- Remove outdated/redundant directories from GitHub: * src/ (development files, locally modified, not current) * public/ (duplicate structure, redundant) * python-gateway/ (development backend, not needed for users) * package.json, tsconfig.json, webpack.config.js (build configs) - Keep only essential files for users: * README.md & README_DE.md (documentation) * LICENSE (legal) * releases/beta/ (actual downloads) - Update .gitignore to maintain clean user-focused repository - All removed files remain available locally for development - GitHub now focuses on what users actually need: downloads & docs 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent feb0bef commit c8678a7

File tree

82 files changed

+9
-45432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+9
-45432
lines changed

.gitignore

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -149,35 +149,22 @@ secrets/
149149
*proprietary*
150150

151151
# =============================================================================
152-
# 📂 ALLOW PUBLIC CONTENT ONLY
152+
# 📂 ALLOW ESSENTIAL FILES ONLY (USER-FOCUSED GITHUB)
153153
# =============================================================================
154-
# Only allow specific public directories
154+
# Only allow essential files for GitHub users
155155

156-
# Public Source Code
157-
!public/
158-
!public/src/
159-
!public/src/**
160-
!public/docs/
161-
!public/docs/**
162-
!public/assets/
163-
!public/assets/**
164-
165-
# Public Releases
166-
!public/releases/community/
167-
!public/releases/community/**
168-
!public/releases/stable/
169-
!public/releases/stable/**
156+
# Essential Documentation
157+
!README.md
158+
!README_DE.md
159+
!LICENSE
170160

171161
# Community Beta Releases
172162
!releases/beta/
173163
!releases/beta/**
174164

175-
# Public Configuration
176-
!public/README.md
177-
!public/package.json
178-
!public/tsconfig.json
179-
!public/LICENSE
180-
!public/webpack.config.js
165+
# Essential Assets (if needed)
166+
!assets/screenshots/
167+
!assets/diagrams/
181168

182169
# =============================================================================
183170
# 🗑️ TEMPORARY & BUILD FILES

0 commit comments

Comments
 (0)