Skip to content

Commit a8a52c5

Browse files
committed
配置 Go.gitignore 文件
1 parent 0361e71 commit a8a52c5

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.gitignore

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
Golang-tutorial*
2-
*.tar.gz
3-
*.exe
1+
# IDE
42
.idea
3+
4+
# Binaries for programs and plugins
5+
*.exe
6+
*.exe~
7+
*.dll
8+
*.so
9+
*.dylib
10+
11+
# Test binary, build with `go test -c`
12+
*.test
13+
14+
# Output of the go coverage tool, specifically when used with LiteIDE
15+
*.out

0 commit comments

Comments
 (0)