Update .gitignore to reflect new cloud repository structure

- Remove specific cloud directory references and clarify that backend and frontend are in separate private repositories.
- Add entries for flakestorm-cloud-backend and flakestorm-cloud-frontend to ensure they are ignored in the public repository.
This commit is contained in:
Entropix 2025-12-30 15:40:40 +08:00
parent 69061b14bb
commit 297929af73

7
.gitignore vendored
View file

@ -1,9 +1,10 @@
# =============================================================================
# COMMERCIAL/PROPRIETARY CODE - DO NOT COMMIT TO PUBLIC REPO
# =============================================================================
# The cloud/ directory contains proprietary commercial code and must NEVER
# The root-level cloud/ directory contains proprietary commercial code and must NEVER
# be committed to the public open-source repository.
cloud/
# Note: src/flakestorm/cloud/ contains the CLI client code and should be tracked.
/cloud/
# =============================================================================
# Python
@ -124,3 +125,5 @@ docs/*
!docs/API_SPECIFICATION.md
!docs/TESTING_GUIDE.md
!docs/IMPLEMENTATION_CHECKLIST.md
flakestorm-cloud-backend/
flakestorm-cloud-frontend/