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 ffd938f

Browse files
committedSep 3, 2020
initial import of "hat"
1 parent 8a1602d commit ffd938f

20 files changed

+5403
-0
lines changed
 

‎hat/.gitignore

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Rust
2+
3+
target/
4+
5+
# Eclipse
6+
7+
.project
8+
.settings/
9+
10+
# IntelliJ
11+
12+
*.iml
13+
.idea/*
14+

0 commit comments

Comments
 (0)
Please sign in to comment.