mirror of https://github.com/knative/func.git
parent
d0a181bd24
commit
d8bcf96378
|
|
@ -1,5 +1,7 @@
|
||||||
|
# Project
|
||||||
/func
|
/func
|
||||||
/func_*
|
/func_*
|
||||||
|
/cmd/func.yaml
|
||||||
/templates/go/cloudevents/go.sum
|
/templates/go/cloudevents/go.sum
|
||||||
/templates/go/http/go.sum
|
/templates/go/http/go.sum
|
||||||
/templates/typescript/cloudevents/build
|
/templates/typescript/cloudevents/build
|
||||||
|
|
@ -7,12 +9,23 @@
|
||||||
/coverage.out
|
/coverage.out
|
||||||
/bin
|
/bin
|
||||||
/target
|
/target
|
||||||
.DS_Store
|
|
||||||
node_modules
|
|
||||||
__pycache__
|
|
||||||
/coverage.out
|
|
||||||
/bin
|
|
||||||
|
|
||||||
|
# Nodejs
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__
|
||||||
|
|
||||||
|
# VSCode
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
|
# IntelliJ
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# Operating system temporary files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Non relevant vendor files
|
||||||
|
BUILD.bazel
|
||||||
|
OWNERS
|
||||||
|
OWNERS_ALIASES
|
||||||
Loading…
Reference in New Issue