diff options
| author | MaheshtheDev <[email protected]> | 2026-01-20 01:28:41 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2026-01-20 01:28:41 +0000 |
| commit | 8f64192d1a796de05bdbdfada7faba3f55529a20 (patch) | |
| tree | 09c26f1bf8dec0565eb0a4e6c3bcf44a536bb818 /.gitignore | |
| parent | chore: ux improvements and space selector (#684) (diff) | |
| download | supermemory-8f64192d1a796de05bdbdfada7faba3f55529a20.tar.xz supermemory-8f64192d1a796de05bdbdfada7faba3f55529a20.zip | |
remove bun lock file (#686)01-19-remove_bun_lock_file
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ drizzle.config.ts # Dependencies node_modules +bun.lock .pnp .pnp.js @@ -43,3 +44,4 @@ yarn-error.log* .venv .arch __pycache__ + |