From 8424543569185b4b200740e179ba5b1a720fd5d2 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Jun 2025 11:59:25 +0200 Subject: [PATCH] Update .gitignore to exclude additional build artifacts and IDE files --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 26ea7dd..f1bf4e4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,13 @@ dist.DS_Store .git .gitignore .DS_Store +*.iml +yarn.lock +*.lock +Makefile +*.exe +tsconfig.tsbuildinfo +*.dll +*.pdb +*.py[cod] +*.dylib