We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b88e1 commit 3602782Copy full SHA for 3602782
3 files changed
.gitignore
@@ -1,6 +1,8 @@
1
# build output
2
dist/
3
-.output/
+
4
+# generated types
5
+.astro/
6
7
# dependencies
8
node_modules/
@@ -11,22 +13,12 @@ yarn-debug.log*
11
13
yarn-error.log*
12
14
pnpm-debug.log*
15
-
16
# environment variables
17
.env
18
.env.production
19
20
# macOS-specific files
21
.DS_Store
22
-# ignore .astro directory
23
-.astro
24
25
-# yarn
26
-.yarn/*
27
-!.yarn/patches
28
-!.yarn/plugins
29
-!.yarn/releases
30
-!.yarn/sdks
31
-!.yarn/versions
32
-.pnp.*
+# jetbrains setting folder
+.idea/
.markdownlint.json
.npmrc
0 commit comments