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.
1 parent 618ed2f commit 040a05aCopy full SHA for 040a05a
.gitignore
@@ -2,24 +2,25 @@
2
.env
3
4
# Node packages
5
-/node_modules/
+node_modules/
6
7
# Yarn
8
/yarn.lock
9
-/yarn-error.log
+yarn-error.log
10
11
# npm
12
-/.npmrc
13
-/npm-debug.log
14
-/npm-debug.log.*
+.npmrc
+npm-debug.log
+npm-debug.log.*
15
16
# pnpm
17
-/pnpm-debug.log
+pnpm-debug.log
18
/shrinkwrap.yaml
19
20
# Generated or temporary content
21
-/dist/
22
-/dist-jsdoc/
+dist/
+dist-jsdoc/
23
+temp/
24
25
# IDEs
26
/.vscode/
0 commit comments