diff options
| author | Bobby <[email protected]> | 2026-03-03 16:08:07 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-03-03 16:08:07 +0530 |
| commit | 471758d1eb63c550c644b9233d04473adde962e8 (patch) | |
| tree | 45e7858f6ab9f0eb35b033d7c76dd3703dd4b111 | |
| parent | 68e97b45a4d31982a5e51ff41f89909348ae3ba8 (diff) | |
| download | pagoda-471758d1eb63c550c644b9233d04473adde962e8.tar.xz pagoda-471758d1eb63c550c644b9233d04473adde962e8.zip | |
chore: update .gitignore to include *.db files
| -rw-r--r-- | shrine/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shrine/.gitignore b/shrine/.gitignore index 5c50213..670502d 100644 --- a/shrine/.gitignore +++ b/shrine/.gitignore @@ -2,4 +2,5 @@ bin/ .env .env.* vendor/ -tmp/
\ No newline at end of file +tmp/ +*.db
\ No newline at end of file |
