generated from OBJNULL/Dockerized-Rust
Added Gitignore
This commit is contained in:
parent
2bf42f304d
commit
bfca15d47b
1 changed files with 5 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -21,5 +21,8 @@ Cargo.lock
|
|||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# Result
|
||||
build/*
|
||||
# Sensitive
|
||||
data/settings.yaml
|
||||
|
||||
# Build
|
||||
build/neurostock
|
||||
|
|
|
|||
Loading…
Reference in a new issue