From 21269031576b4fd6c4a3978669bebdff4e7e094c Mon Sep 17 00:00:00 2001 From: Shayaan Wadkar <82843611+Shom770@users.noreply.github.com> Date: Sat, 20 Jan 2024 18:59:44 -0500 Subject: [PATCH] update .gitignore to ignore the build constants file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3325f5c0..8842e0b4 100644 --- a/.gitignore +++ b/.gitignore @@ -138,6 +138,7 @@ $RECYCLE.BIN/ ### Gradle ### .gradle /build/ +BuildConstants.kt # Ignore Gradle GUI config gradle-app.setting @@ -168,5 +169,6 @@ out/ # Fleet .fleet + # Simulation GUI and other tools window save file *-window.json