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 caada0b commit 440fd86Copy full SHA for 440fd86
.gitignore
@@ -4,22 +4,25 @@
4
# Node packages
5
node_modules/
6
7
-# Yarn
8
-/yarn.lock
9
-yarn-error.log
10
-
11
# npm
12
-.npmrc
+package-lock.json
+!/package-lock.json
13
npm-debug.log
14
npm-debug.log.*
+.npmrc
15
16
# pnpm
+shrinkwrap.yaml
+!/shrinkwrap.yaml
17
pnpm-debug.log
18
-/shrinkwrap.yaml
+
19
+# Yarn
20
+yarn.lock
21
+!/yarn.lock
22
+yarn-error.log
23
24
# Generated or temporary content
25
dist/
-dist-jsdoc/
26
temp/
27
28
# IDEs
0 commit comments