We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2536f97 + f604af2 commit 46eaf43Copy full SHA for 46eaf43
.gitignore
@@ -1,9 +1,30 @@
1
-/vite.config.mts-timestamp-*
2
-/coverage
3
-/dist
4
-/node_modules
+# NPM
5
npm-debug.log*
6
-/.idea
+
+# NodeJS dependencies
+node_modules/
7
+# production
8
+/dist/
9
*.tgz
-.vscode/
-.idea/
10
11
+# JetBrains IDE
12
+/.idea/
13
14
+# VSCode
15
+/.vscode/
16
17
+# Vite
18
+/vite.config.ts-timestamp-*
19
20
+# misc
21
+.env.local
22
+.env.development.local
23
+.env.test.local
24
+.env.production.local
25
26
+# Jest
27
+/coverage/
28
29
+# GitHub Action: sonarqube-scan-action
30
+/.scannerwork/
0 commit comments