aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-22 22:34:51 -0800
committerFuwn <[email protected]>2026-01-22 22:34:51 -0800
commitba231d3c621fc2f4e5c09b135fcaf7781d4ff2e4 (patch)
treecf8bf4fed8974e01b3c472ac9207c3498d37fb11 /.gitignore
parentfix(notifications): Replace svelte-notifications with custom store for Svelte 5 (diff)
downloaddue.moe-ba231d3c621fc2f4e5c09b135fcaf7781d4ff2e4.tar.xz
due.moe-ba231d3c621fc2f4e5c09b135fcaf7781d4ff2e4.zip
chore(deps): Migrate from npm to pnpm
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 23910716..d787d478 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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*