func/.gitignore

41 lines
661 B
Plaintext

# Project
/func
/func_*
/cmd/func.yaml
/coverage.out
/coverage.txt
/.coverage
/bin
/target
/hack/bin
/.artifacts
/pkg/functions/testdata/migrations/*/.gitignore
/pkg/functions/testdata/default_home/go
/pkg/functions/testdata/default_home/.cache
/pkg/functions/testdata/migrations/*/.gitignore
# Go
/templates/go/cloudevents/go.sum
# JS
node_modules
/templates/typescript/cloudevents/build
/templates/typescript/http/build
# Python
__pycache__
/templates/python/cloudevents/.venv
/templates/python/http/.venv
# E2E Tests
/e2e/testdata/default_home/go
/e2e/testdata/default_home/.cache
# Editors
.vscode
.idea
# Operating system temporary files
.DS_Store