gitignore + \n

This commit is contained in:
Lilian Jónsdóttir 2020-07-09 22:33:45 -07:00
parent 5d031c6e9f
commit 78c2065378
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -83,4 +83,6 @@ $RECYCLE.BIN/
# Windows shortcuts # Windows shortcuts
*.lnk *.lnk
[Bb]uild
# End of https://www.toptal.com/developers/gitignore/api/lua,visualstudiocode,windows # End of https://www.toptal.com/developers/gitignore/api/lua,visualstudiocode,windows

View file

@ -20,4 +20,4 @@ function this.changeLayout(keys)
mwse.memory.writeBytes({address = 0x775248, bytes = keys.uppercase}) mwse.memory.writeBytes({address = 0x775248, bytes = keys.uppercase})
end end
return this return this