Skip to content

Commit 31f9ead

Browse files
committed
init
1 parent 0551feb commit 31f9ead

17 files changed

+1185
-1
lines changed

.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Ignore everything.
2+
*
3+
4+
# Allow ".gitignore" file.
5+
!/.gitignore
6+
7+
# Allow "LICENSE" and "README.md" files.
8+
!LICENSE
9+
!README.md
10+
11+
# Allow "Makefile" file.
12+
!Makefile
13+
14+
# Go.
15+
!.golangci.yml
16+
!*.go
17+
!go.mod
18+
!go.sum
19+
20+
# ...
21+
!*/

0 commit comments

Comments
 (0)