Skip to content

Commit e7653de

Browse files
committed
🛠️ :: add yarn files to gitignore
1 parent 6d5a3ef commit e7653de

File tree

3 files changed

+4555
-2774
lines changed

3 files changed

+4555
-2774
lines changed

.gitignore

+13-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
/.pnp
66
.pnp.js
77

8+
# Optional npm cache directory
9+
.npm
10+
811
# testing
912
/coverage
1013

@@ -39,4 +42,13 @@ next-env.d.ts
3942
yarn.lock
4043

4144
# env variable
42-
.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

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

0 commit comments

Comments
 (0)