Update .gitignore

This commit is contained in:
Paolo Asperti 2020-12-23 15:33:34 +01:00
parent 9e2ef61772
commit a100270f21

7
.gitignore vendored
View File

@ -1,6 +1,5 @@
openpdu.yaml
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,go *.sh
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,go
### Go ### ### Go ###
# Binaries for programs and plugins # Binaries for programs and plugins
@ -16,6 +15,8 @@
# Output of the go coverage tool, specifically when used with LiteIDE # Output of the go coverage tool, specifically when used with LiteIDE
*.out *.out
src/__debug_bin
# Dependency directories (remove the comment below to include it) # Dependency directories (remove the comment below to include it)
# vendor/ # vendor/