From 4851b39dcf3c288b0c4441d818fd730312b448c1 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Mon, 8 Jan 2024 15:28:06 -0700 Subject: [PATCH] chore: ignore pnpm store --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 82c639258..b6dfc82e2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ sdist **/.pytest_cache **/.ipynb_checkpoints/ **/.DS_Store +.pnpm-store # Data files *.csv @@ -17,4 +18,4 @@ sdist *.hdf5 # version.ts file is automatically generated at compile time -version.ts +version.ts \ No newline at end of file