chore: update .gitignore (#215) (#1209)

This commit is contained in:
Adam Boczek 2022-08-31 15:27:17 +02:00 committed by GitHub
parent d0a181bd24
commit d8bcf96378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 5 deletions

23
.gitignore vendored
View File

@ -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