generated from OBJNULL/Dockerized-Rust
Updated gitignore to exclude model training folder
This commit is contained in:
parent
3bc89c52a1
commit
f94f0008b9
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -21,5 +21,6 @@ Cargo.lock
|
|||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# Result
|
||||
build/*
|
||||
# Build Binaries
|
||||
build/*
|
||||
out/*
|
||||
|
|
Loading…
Reference in a new issue