Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 467d883

Browse files
authored
Merge pull request #35 from yiqigao217/ignore
Migrate items listed in .gitignore
2 parents adc2e87 + 4eb3570 commit 467d883

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

.gitignore

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
1-
/tmp
2-
/log
3-
/out
4-
/bin
5-
.local
1+
# Release files
2+
releases/
63

7-
# IDEA project files
4+
# Binaries for programs and plugins
5+
*.exe
6+
*.exe~
7+
*.dll
8+
*.so
9+
*.dylib
10+
bin
11+
manifests
12+
13+
# Test binary, build with `go test -c`
14+
*.test
15+
16+
# Output of the go coverage tool, specifically when used with LiteIDE
17+
*.out
18+
19+
# Kubernetes Generated files - skip generated files, except for vendored files
20+
21+
!vendor/**/zz_generated.*
22+
23+
# editor and IDE paraphernalia
824
.idea/
925
*.iml
1026
**/*.iml
@@ -14,3 +30,6 @@
1430
*.ipr
1531
*.iws
1632
*.yaml-e
33+
*.swp
34+
*.swo
35+
*~

0 commit comments

Comments
 (0)