Add '.gitignore'

This commit is contained in:
Marcus Noble 2020-09-17 02:14:01 +00:00
parent e1fd7bb31c
commit 43b9e50b98
1 changed files with 24 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@ -0,0 +1,24 @@
### Go ###
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
### Go Patch ###
/vendor/
/Godeps/
.vscode
.vscode/*
.env
*.log