From 85beb73f51948d7b51818a6e4b4d4266dff6a951 Mon Sep 17 00:00:00 2001 From: jee7 Date: Tue, 3 Feb 2026 22:59:02 +0200 Subject: [PATCH] Do not commit config.json. Unity creates it itself and we do not want configs from different devs to end up in the repo. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a240bd9d..a83e35c0 100644 --- a/.gitignore +++ b/.gitignore @@ -102,4 +102,8 @@ fmod_editor.log NetrworkManagerUI.prefab NetrworkManagerUI.prefab.meta CustomNetworkManager.prefab -CustomNetworkManager.prefab.meta \ No newline at end of file +CustomNetworkManager.prefab.meta + + +# Project-specific files +config.json \ No newline at end of file