mirror of https://github.com/knative/func.git
33 lines
387 B
Plaintext
33 lines
387 B
Plaintext
# Project
|
|
/func
|
|
/func_*
|
|
/cmd/func.yaml
|
|
/templates/typescript/cloudevents/build
|
|
/templates/typescript/http/build
|
|
/templates/go/cloudevents/go.sum
|
|
/coverage.out
|
|
/coverage.txt
|
|
/.coverage
|
|
/bin
|
|
/target
|
|
|
|
# Nodejs
|
|
node_modules
|
|
|
|
# Python
|
|
__pycache__
|
|
|
|
# VSCode
|
|
.vscode
|
|
|
|
# IntelliJ
|
|
.idea
|
|
|
|
# Operating system temporary files
|
|
.DS_Store
|
|
|
|
# Non relevant vendor files
|
|
BUILD.bazel
|
|
OWNERS
|
|
OWNERS_ALIASES
|