Skip to content

Commit 114b202

Browse files
committed
add .gitignore
1 parent 352dd41 commit 114b202

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Binaries for programs and plugins
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.dylib
7+
*.idea
8+
9+
# Test binary, built with `go test -c`
10+
*.test
11+
12+
# Output of the go coverage tool, specifically when used with LiteIDE
13+
*.out
14+
15+
# Dependency directories (remove the comment below to include it)
16+
# vendor/

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Charies Gavin
22

3-
![chariesgavin](.../master/src/images/chariesgavin.jpeg)
4-
53
## Education
64

7-
- 2011 ~ 2015 Heilongjiang Bayi Agricultural University
8-
- 2015 ~ 2017 Harbin Institute of Technology
5+
- 2011 ~ 2015 Heilongjiang Bayi Agricultural University, Bachelor
6+
- 2015 ~ 2017 Harbin Institute of Technology, Master
97

108
## Work Experience
119

0 commit comments

Comments
 (0)