Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 50180d9

Browse files
committedJan 4, 2022
add gitignore
1 parent c794857 commit 50180d9

File tree

2 files changed

+18
-201
lines changed

2 files changed

+18
-201
lines changed
 

‎.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
**.idea/
2+
3+
# Generated by Cargo
4+
# will have compiled files and executables
5+
**target/
6+
7+
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
8+
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
9+
**Cargo.lock
10+
11+
# These are backup files generated by rustfmt
12+
**/*.rs.bk
13+
14+
15+
# Added by cargo
16+
17+
/target
18+
Cargo.lock

‎LICENSE

-201
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.