diff options
| author | Fuwn <[email protected]> | 2026-01-22 22:34:51 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-22 22:34:51 -0800 |
| commit | ba231d3c621fc2f4e5c09b135fcaf7781d4ff2e4 (patch) | |
| tree | cf8bf4fed8974e01b3c472ac9207c3498d37fb11 /.gitignore | |
| parent | fix(notifications): Replace svelte-notifications with custom store for Svelte 5 (diff) | |
| download | due.moe-ba231d3c621fc2f4e5c09b135fcaf7781d4ff2e4.tar.xz due.moe-ba231d3c621fc2f4e5c09b135fcaf7781d4ff2e4.zip | |
chore(deps): Migrate from npm to pnpm
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -14,6 +14,9 @@ .secret certificates +# NPM +package-lock.json + # Visual Studio Code .vscode @@ -32,3 +35,6 @@ vite.config.*.timestamp-* # GraphQL /.sveltekit-graphql /$houdini + +# Bun +bun.lock* |