mirror of
https://github.com/flakestorm/flakestorm.git
synced 2026-04-25 00:36:54 +02:00
Remove refactoring script and update .gitignore
- Deleted the refactor_to_flakestorm.py script as it is no longer needed. - Updated .gitignore to remove references to the cloud directory and ensure proper exclusion of backend and frontend repositories.
This commit is contained in:
parent
297929af73
commit
8d752e9746
2 changed files with 0 additions and 208 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -1,10 +1,3 @@
|
|||
# =============================================================================
|
||||
# COMMERCIAL/PROPRIETARY CODE - DO NOT COMMIT TO PUBLIC REPO
|
||||
# =============================================================================
|
||||
# The root-level cloud/ directory contains proprietary commercial code and must NEVER
|
||||
# be committed to the public open-source repository.
|
||||
# Note: src/flakestorm/cloud/ contains the CLI client code and should be tracked.
|
||||
/cloud/
|
||||
|
||||
# =============================================================================
|
||||
# Python
|
||||
|
|
@ -125,5 +118,3 @@ 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