We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d5ebc commit 556ee93Copy full SHA for 556ee93
.gitignore
@@ -0,0 +1,41 @@
1
+# dependencies
2
+node_modules/
3
+/.pnp
4
+.pnp.js
5
+package-lock.json
6
+yarn.lock
7
+pnpm-lock.yaml
8
+
9
+# build output
10
+dist/
11
+.vitepress/dist/
12
+.vitepress/cache/
13
+.output/
14
+.temp/
15
16
+# IDE and editors
17
+.idea/
18
+.vscode/
19
+*.swp
20
+*.swo
21
+.DS_Store
22
+*.sublime-project
23
+*.sublime-workspace
24
25
+# Logs
26
+logs
27
+*.log
28
+npm-debug.log*
29
+yarn-debug.log*
30
+yarn-error.log*
31
+pnpm-debug.log*
32
+lerna-debug.log*
33
34
+cache/
35
+.vitepress/cache
36
+.vitepress/.temp
37
38
+# Misc
39
+*.local
40
+.tmp
41
+dist-ssr
0 commit comments