mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-23 17:33:54 +00:00
Hide configuration files from Git
This commit is contained in:
parent
f44b812a1a
commit
68b3811304
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -3,3 +3,7 @@
|
||||||
|
|
||||||
/target/
|
/target/
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
||||||
|
# User configuration files
|
||||||
|
config.toml
|
||||||
|
run.bat
|
||||||
|
|
Loading…
Reference in a new issue