Skip to content

Commit 42dc5ff

Browse files
committed
Added lending directory
1 parent 83636a5 commit 42dc5ff

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

3-lending/.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Visual studio code
2+
.vscode
3+
4+
# macOS folder attributes
5+
.DS_Store
6+
7+
# Rust auto-generated
8+
target/
9+
Cargo.lock
10+
**/*.rs.bk
11+
12+
# Flamegraph profiles
13+
flamegraph.svg

0 commit comments

Comments
 (0)