This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
# Go binaries and executables
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Go test and coverage files
|
||||
*.test
|
||||
*.out
|
||||
*.cover
|
||||
|
||||
# Go build and dependency directories
|
||||
/bin/
|
||||
/pkg/
|
||||
/vendor/
|
||||
/dist/
|
Reference in New Issue
Block a user