Skip to content

Commit d0e8d9b

Browse files
chore: ignore yarnrc and yarn directory (#30769)
* chore: ignore yarnrc and yarn directory * empty commit * empty commit
1 parent 0c3c497 commit d0e8d9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,9 @@ typings/
280280
# Output of 'npm pack'
281281
*.tgz
282282

283-
# Yarn Integrity file
283+
# Yarn files that shouldn't be checked in
284+
.yarnrc
285+
.yarn/
284286
.yarn-integrity
285287

286288
# dotenv environment variables file

0 commit comments

Comments
 (0)