From 70e65a55c4d8622d576adc9b6ceacea0d40468f0 Mon Sep 17 00:00:00 2001 From: Casey Date: Sun, 29 Sep 2024 15:02:04 -0400 Subject: [PATCH] Update .gitignore Adds tgui bundles to .gitignore because they seem to update on their own, and cause updates to fail as a result --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f5ab48609ca..59626ad59fd 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,7 @@ package-lock.json # CBT Things .cache + +#These get built by some automatic process +tgui/public/tgui.bundle.css +tgui/public/tgui.bundle.js