We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5a3ef commit e7653deCopy full SHA for e7653de
.gitignore
@@ -5,6 +5,9 @@
5
/.pnp
6
.pnp.js
7
8
+# Optional npm cache directory
9
+.npm
10
+
11
# testing
12
/coverage
13
@@ -39,4 +42,13 @@ next-env.d.ts
39
42
yarn.lock
40
43
41
44
# env variable
-.env
45
+.env
46
47
+# Yarn Integrity file
48
+.yarn-integrity
49
50
+# yarn v2
51
+.yarn/cache
52
+.yarn/unplugged
53
+.yarn/build-state.yml
54
+.yarn/install-state.gz
.yarnrc.yml
@@ -0,0 +1 @@
1
+nodeLinker: node-modules
0 commit comments