-
Notifications
You must be signed in to change notification settings - Fork 177
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (46 loc) · 1 KB
/
.gitignore
File metadata and controls
56 lines (46 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Project
/func
/func_*
/cmd/func.yaml
/coverage.out
/coverage.txt
/coverage-e2e.txt
/.coverage
/bin
/target
/hack/bin
/.artifacts
/test-full.log
/pkg/functions/testdata/migrations/*/.gitignore
/pkg/functions/testdata/default_home/go
/pkg/functions/testdata/default_home/.config
/pkg/functions/testdata/default_home/.cache
/pkg/functions/testdata/migrations/*/.gitignore
/pkg/functions/testdata/default_home/Library
# 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
# AI
AGENTS.override.md
.claude/*.local.*
.claude/pr/*
.roo/*
.mcp*
# E2E Tests
/e2e/testdata/default_home/go
/e2e/testdata/default_home/.cache
# Editors
.vscode
.idea
# Operating system temporary files
.DS_Store
# TODO: Update this test to be from a temp directory with a hard-coded impl:
# https://github.com/knative/func/issues/3196
/pkg/builders/testdata/go-fn-with-private-deps/.s2i