Add .lnk files to gitignore

I use some in my folder to easily get access to certain folders for testing
This commit is contained in:
Lordmau5 2020-12-09 21:39:31 +01:00
parent a57ef32633
commit 99af2f53e5

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
node_modules node_modules
*.lnk
game_input/* game_input/*
game_output/* game_output/*