aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-06 00:48:54 -0800
committerFuwn <[email protected]>2024-01-06 00:48:54 -0800
commit3bc624a98ec3b9aad617488baf98dad19f5bd8fb (patch)
tree4b19e004d884970a97eed899201eaf22cfa30e72 /.gitignore
parentrevert: "deps(node): update lockfile" (diff)
downloaddue.moe-3bc624a98ec3b9aad617488baf98dad19f5bd8fb.tar.xz
due.moe-3bc624a98ec3b9aad617488baf98dad19f5bd8fb.zip
chore(git): ignore vite timestamp files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2f0fdbdc..1f02c6f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,6 @@
.DS_Store
# Node.js
-# Node
/node_modules
# SvelteKit
@@ -23,3 +22,6 @@ package-lock.json
# Vercel
.vercel
+
+# Vite
+vite.config.*.timestamp-*