core(git/ignore): adding the gitignore
This commit is contained in:
parent
7751745e96
commit
b4189da147
1 changed files with 18 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/target
|
||||
debug
|
||||
target
|
||||
build
|
||||
mod.rs
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||
*.pdb
|
||||
|
||||
**/mutants.out*/
|
||||
|
||||
# Flake Stuff
|
||||
.env
|
||||
.direnv/
|
||||
flake.lock
|
||||
Loading…
Add table
Add a link
Reference in a new issue