aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 4 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index f1e46035..32781532 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,27 +2,19 @@
.DS_Store
# Node.js
-node_modules
+# Node
+/node_modules
# SvelteKit
/build
/.svelte-kit
-/package
-# Development
-.env
-.env.*
-!.env.example
+# Development Environment
+.env*
*.sqlite3
-# PNPM
-pnpm-lock.yaml
-
# NPM
package-lock.json
-# Yarn
-yarn.lock
-
# Visual Studio Code
.vscode