Build: ignore local Railroader logs copied into the repo
This commit is contained in:
parent
b25496bbe4
commit
1d4d5a6312
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -10,4 +10,7 @@ native/out/
|
|||
|
||||
# IDE
|
||||
.vs/
|
||||
*.user
|
||||
*.user
|
||||
|
||||
# Local game logs accidentally copied into the repo
|
||||
railloader*.log
|
||||
Loading…
Reference in a new issue