From 06c43b6c00b6a5df3681467d5fc7f5a8c1a0ca44 Mon Sep 17 00:00:00 2001 From: Kenionatus Date: Sat, 8 Jun 2024 03:20:36 +0200 Subject: [PATCH] add starmap.json to .gitignore (#2674) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c30813913fb..6213071d42a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ #Ignore byond config folder. /cfg/**/* +config/starmap/starmap.json # Ignore compiled linux libs in the root folder, e.g. librust_g.so /*.so