Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit c501021

Browse files
committed
upd
1 parent 6bc69a2 commit c501021

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

.gitignore

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

config_pub.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
rules:
2+
- github.com
3+
- github.githubassets.com
4+
- customer-stories-feed.github.com
5+
#- codeload.github.com
6+
#- raw.githubusercontent.com
7+
#- api.github.com
8+
- gist.github.com
9+
- gist.githubusercontent.com
10+
- avatars.githubusercontent.com
11+
- avatars0.githubusercontent.com
12+
- avatars1.githubusercontent.com
13+
- avatars2.githubusercontent.com
14+
- avatars3.githubusercontent.com
15+
- avatars4.githubusercontent.com
16+
- avatars5.githubusercontent.com
17+
- avatars6.githubusercontent.com
18+
- avatars7.githubusercontent.com
19+
- avatars8.githubusercontent.com

0 commit comments

Comments
 (0)