From 963bcdafd5601b7defacaf9cab9cfe7c1e512dcf Mon Sep 17 00:00:00 2001
From: Xucas999 <60233653+Xucas999@users.noreply.github.com>
Date: Mon, 21 Oct 2024 14:01:01 +0100
Subject: [PATCH] Remove config.example.ini and added config.ini to .gitignore

---
 scripts/config.example.ini | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 scripts/config.example.ini

diff --git a/scripts/config.example.ini b/scripts/config.example.ini
deleted file mode 100644
index 2f606b6..0000000
--- a/scripts/config.example.ini
+++ /dev/null
@@ -1,15 +0,0 @@
-# example file for config.ini
-# remove '.example' from the filename to use this file
-# populate the fields with your own values
-
-[Paths]
-condaDir=C:/ProgramData/anaconda3
-wslAnacondaDir=/home/chronohax/anaconda3/bin
-
-[EnvironmentNames]
-materialEnv=material
-edgeNetEnv=tf2
-unityEnv=unity
-
-[Docker]
-imageId=6df2cb89305210be8207da898218a81bff004d05a69889263aa61141807e6e5d
-- 
GitLab