mirror of https://github.com/knative/func.git
no longer .gitignore templates go.sum files (#1688)
This commit is contained in:
parent
177c15bfb3
commit
5cf4828dcc
|
@ -2,8 +2,6 @@
|
|||
/func
|
||||
/func_*
|
||||
/cmd/func.yaml
|
||||
/templates/go/cloudevents/go.sum
|
||||
/templates/go/http/go.sum
|
||||
/templates/typescript/cloudevents/build
|
||||
/templates/typescript/http/build
|
||||
/coverage.out
|
||||
|
@ -30,4 +28,4 @@ __pycache__
|
|||
# Non relevant vendor files
|
||||
BUILD.bazel
|
||||
OWNERS
|
||||
OWNERS_ALIASES
|
||||
OWNERS_ALIASES
|
||||
|
|
Loading…
Reference in New Issue