mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Update gitignore from standard template (#372)
* Add .DS_Store to gitignore list for MacOS * Update gitignore fromstandard template * Update .gitignore remove Cargo.lock from gitignore file Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Satoshi Okamoto <satoshi@butcher73.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@ -1,2 +1,17 @@
|
|||||||
|
# Generated by Cargo
|
||||||
|
# will have compiled files and executables
|
||||||
|
debug/
|
||||||
|
target/
|
||||||
|
|
||||||
|
# These are backup files generated by rustfmt
|
||||||
|
**/*.rs.bk
|
||||||
|
|
||||||
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||||
|
*.pdb
|
||||||
|
|
||||||
|
|
||||||
|
# Generated by Intellij-based IDEs.
|
||||||
.idea
|
.idea
|
||||||
target
|
|
||||||
|
# Generated by MacOS
|
||||||
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user