Update .gitignore

This commit is contained in:
Paolo Asperti 2020-12-23 15:33:34 +01:00
parent 9e2ef61772
commit a100270f21
1 changed files with 4 additions and 3 deletions

7
.gitignore vendored
View File

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