mirror of https://github.com/knative/func.git
36 lines
488 B
Plaintext
36 lines
488 B
Plaintext
# Project
|
|
/func
|
|
/func_*
|
|
/cmd/func.yaml
|
|
/coverage.out
|
|
/coverage.txt
|
|
/.coverage
|
|
/bin
|
|
/target
|
|
/hack/bin
|
|
/.artifacts
|
|
|
|
/e2e/testdata/default_home/go
|
|
/e2e/testdata/default_home/.cache
|
|
|
|
/pkg/functions/testdata/migrations/*/.gitignore
|
|
|
|
# JS
|
|
node_modules
|
|
/templates/typescript/cloudevents/build
|
|
/templates/typescript/http/build
|
|
|
|
# Python
|
|
__pycache__
|
|
/templates/python/cloudevents/.venv
|
|
/templates/python/http/.venv
|
|
|
|
# VSCode
|
|
.vscode
|
|
|
|
# IntelliJ
|
|
.idea
|
|
|
|
# Operating system temporary files
|
|
.DS_Store
|