From 78c20653787a39bcb14757ba783e5c9b9801dcf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Thu, 9 Jul 2020 22:33:45 -0700 Subject: [PATCH] gitignore + \n --- .gitignore | 2 ++ MWSE/mods/Keyboard Layout Changer/common.lua | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e5e3127..716dbfe 100644 --- a/.gitignore +++ b/.gitignore @@ -83,4 +83,6 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk +[Bb]uild + # End of https://www.toptal.com/developers/gitignore/api/lua,visualstudiocode,windows diff --git a/MWSE/mods/Keyboard Layout Changer/common.lua b/MWSE/mods/Keyboard Layout Changer/common.lua index bdd6005..a438385 100644 --- a/MWSE/mods/Keyboard Layout Changer/common.lua +++ b/MWSE/mods/Keyboard Layout Changer/common.lua @@ -20,4 +20,4 @@ function this.changeLayout(keys) mwse.memory.writeBytes({address = 0x775248, bytes = keys.uppercase}) end -return this \ No newline at end of file +return this