Fix .gitignore file to track proper files (#53)

This commit is contained in:
Tomasz Tomalak 2018-12-19 17:26:10 +01:00 committed by Pankaj Garg
parent 863b578b98
commit 4a3b018d0d

12
.gitignore vendored
View file

@ -1,3 +1,11 @@
# Files without extension (Linux binary, for example)
*
!/**/
!*.*
!Makefile
!LICENSE
!Dockerfile
# Binaries for programs and plugins
*.exe
*.exe~
@ -18,9 +26,5 @@
# Log files
*.log
# Files without extension (Linux binary, for example)
*
!Makefile
!Dockerfile
# Golang vendor directory
vendor/