gitignore + \n
This commit is contained in:
parent
5d031c6e9f
commit
78c2065378
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -83,4 +83,6 @@ $RECYCLE.BIN/
|
|||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
[Bb]uild
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/lua,visualstudiocode,windows
|
||||
|
|
|
@ -20,4 +20,4 @@ function this.changeLayout(keys)
|
|||
mwse.memory.writeBytes({address = 0x775248, bytes = keys.uppercase})
|
||||
end
|
||||
|
||||
return this
|
||||
return this
|
||||
|
|
Loading…
Add table
Reference in a new issue