From 58a5fad910bf05662308814c6a40bb5fd0c0dae7 Mon Sep 17 00:00:00 2001 From: Protean Productions Date: Wed, 20 Mar 2024 02:12:28 +0100 Subject: [PATCH 1/2] chore: include browser-interface/protocol-temp/ in .gitignore --- browser-interface/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/browser-interface/.gitignore b/browser-interface/.gitignore index bafc1b43a7..e0b758ccdc 100644 --- a/browser-interface/.gitignore +++ b/browser-interface/.gitignore @@ -82,6 +82,7 @@ test/**/*.js test/**/*.js.map dist !packages/shared/world/runtime-7/sourcemap/source-map@0.7.4.js +/protocol-temp/ # ============== # # Local mappings # From 177d4e042a333bcf0e72758e19dc7b79e304cf4a Mon Sep 17 00:00:00 2001 From: Protean Productions Date: Fri, 22 Mar 2024 21:39:11 +0100 Subject: [PATCH 2/2] chore: facilitate Docker sharing the Windows directory with eol=lf --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 01106280d7..96ae14d732 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ ############################################################################### # Set default behavior to automatically normalize line endings. ############################################################################### -* text=auto +* text=auto eol=lf ############################################################################### # Set default behavior for command prompt diff.