From 52408960cdfe09492cb4dfcfac1e312c26344d80 Mon Sep 17 00:00:00 2001 From: Craigory Coppola Date: Tue, 15 Aug 2023 17:15:44 -0500 Subject: [PATCH] chore(repo): add .pnpm-store to gitignore (#18626) --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 1cbcf97238..1ec0aa30b1 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,10 @@ jest.debug.config.js /graph/client/src/assets/generated-task-graphs /nx-dev/nx-dev/public/documentation /nx-dev/nx-dev/public/images/open-graph + +# Issues scraper creates these files, stored by github's cache /scripts/issues-scraper/cached + # Lerna creates this CHANGELOG.md @@ -34,3 +37,6 @@ CHANGELOG.md .bashrc *.node + +# Fix for issue when working on the repo in a dev container +.pnpm-store \ No newline at end of file