refactor: remove deprecated network management files and update .gitignore

- Deleted the SQL file and snapshot related to the "network" management schema, cleaning up the database structure.
- Updated the migration journal to reflect these deletions.
- Added .playwright-* to .gitignore to exclude Playwright test files from version control.
This commit is contained in:
Mauricio Siu
2026-07-21 19:01:11 -06:00
parent 5f508163e5
commit f0f0db4c7f
4 changed files with 3 additions and 8541 deletions

4
.gitignore vendored
View File

@@ -43,4 +43,6 @@ yarn-error.log*
*.pem
.db
.db
.playwright-*