Initial commit for gomines project
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# Binaries for programs and plugins
|
||||||
|
*.exe
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
# Test binary, build directory
|
||||||
|
*.test
|
||||||
|
/build/
|
||||||
|
|
||||||
|
# Go vendor directory
|
||||||
|
/vendor/
|
||||||
|
|
||||||
|
# Dependency directories
|
||||||
|
/Godeps/
|
||||||
|
|
||||||
Reference in New Issue
Block a user