From bdf636b0d393ea538f6c0c7f8e12413bbc0523d5 Mon Sep 17 00:00:00 2001 From: Raum0x2A Date: Tue, 28 Apr 2026 15:54:41 -0600 Subject: [PATCH] updated gitignore and added new file to begin new feature --- .gitignore | 3 ++- serv-install.go | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 serv-install.go diff --git a/.gitignore b/.gitignore index 0daf6e8..2dcde26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vscode -factorio-headless_linux_2.0.72 \ No newline at end of file +factorio-headless_linux_2.0.72 +factorio \ No newline at end of file diff --git a/serv-install.go b/serv-install.go new file mode 100644 index 0000000..06ab7d0 --- /dev/null +++ b/serv-install.go @@ -0,0 +1 @@ +package main