summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9048658..96bfcda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
# build output
dist/
+
# generated types
.astro/
@@ -12,7 +13,6 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
-
# environment variables
.env
.env.production
@@ -20,6 +20,11 @@ pnpm-debug.log*
# macOS-specific files
.DS_Store
+# Editor files
+.vs
+.vscode
+.idea
+
# Yarn v2
.yarn/*
!.yarn/cache