From 182a5c743eac21bada094c4f7bb78a8bfe94a924 Mon Sep 17 00:00:00 2001 From: Arnav495 Date: Thu, 7 Aug 2025 11:43:18 -0700 Subject: [PATCH] Add .factorypath to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 10c4de4..3f0f45e 100644 --- a/.gitignore +++ b/.gitignore @@ -179,3 +179,7 @@ logs/ # IntelliJ IDEA files .idea/ + +# I don't know what this is but it has local paths in it +.factorypath + -- 2.39.5