From a6072adcd00b5f5500ee1e7b59d508ee988c632f Mon Sep 17 00:00:00 2001 From: ghoz Date: Mon, 24 Feb 2025 20:40:25 +0100 Subject: [PATCH] chore: exclude cache, editor tmp files (#26497) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3cfd813f5..7270f2fab 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,9 @@ typings/ # Optional npm cache directory .npm +# Optional pnpm cache directory +.pnpm-store + # Optional eslint cache .eslintcache @@ -68,6 +71,7 @@ tsconfig.tsbuildinfo # IDE specific folders .idea +.*.swp # Ignore config data/*