Skip to content

Commit 05636f6

Browse files
authored
Add .gitignore (#1)
1 parent 343a9b1 commit 05636f6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# General
2+
.vscode
3+
.idea
4+
_things
5+
desktop.ini
6+
.DS_Store
7+
8+
# Rust
9+
/target
10+
**/*.rs.bk

0 commit comments

Comments
 (0)