Remove Cargo.lock and add to .gitignore
This commit is contained in:
parent
a744fa08c7
commit
3cc3aa534c
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,7 +1,13 @@
|
|||||||
|
|
||||||
|
# Rust files
|
||||||
/target
|
/target
|
||||||
|
Cargo.lock
|
||||||
|
|
||||||
# Chip-8 test ROMs
|
# Chip-8 test ROMs
|
||||||
/chip-8
|
/chip-8
|
||||||
|
|
||||||
# VS Code files
|
# VS Code files
|
||||||
/.vscode
|
/.vscode
|
||||||
|
|
||||||
|
# Project's files
|
||||||
screen_dump.bin
|
screen_dump.bin
|
||||||
|
2810
Cargo.lock
generated
2810
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user