mirror of
https://github.com/flakestorm/flakestorm.git
synced 2026-04-25 00:36:54 +02:00
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:
parent
69061b14bb
commit
297929af73
1 changed files with 5 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue