Skip to content

Commit 4478d5c

Browse files
nanotaboadaclaude
andcommitted
chore(storage): remove pre-seeded SQLite DB file from repository (#79)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6e7576a commit 4478d5c

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/target
2+
/storage/
23
.claude/settings.local.json
4+
.envrc

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Changed
1717

1818
- Consolidated `commitlint`, `format`, and `lint` CI jobs into a single `lint` job (#42)
19+
- `codecov.yml` `ignore` list extended with `src/**/mod.rs` to exclude module re-exports from coverage reporting (#78)
20+
- `codecov.yml` comment updated to reflect goal of maximum coverage on business logic layers (#78)
1921

2022
### Fixed
2123

2224
### Removed
2325

26+
- Pre-seeded `storage/players-sqlite3.db` file and `storage/` directory from repository; Diesel `embed_migrations!()` initialises and seeds the database on first start (#79)
27+
- `storage/` and `.envrc` added to `.gitignore` to prevent runtime database files and local environment secrets from being tracked (#79)
28+
2429
## [1.1.0 - Benzema] - 2026-04-08
2530

2631
### Added

storage/players-sqlite3.db

-16 KB
Binary file not shown.

0 commit comments

Comments
 (0)