Skip to content

Commit ca7180e

Browse files
committedAug 18, 2016
Do not ignore .drone.sec file
1 parent 2166ce2 commit ca7180e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,6 @@ kubernetes.tar.gz
107107
/.make/
108108
# Just in time generated data in the source, should never be commited
109109
/test/e2e/generated/bindata.go
110+
111+
# This file used by some vendor repos (e.g. github.com/go-openapi/...) to store secret variables and should not be ignored
112+
!\.drone\.sec

0 commit comments

Comments
 (0)
Please sign in to comment.