-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (45 loc) · 983 Bytes
/
.gitignore
File metadata and controls
54 lines (45 loc) · 983 Bytes
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
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/skupper
/kube-adaptor
/manifest
/generate-doc
/bootstrap
/controller
/network-observer
/system-controller
# Test binary, built with `go test -c`
*.test
/test/**/bin/
/test/**/tmp
# Generated code
/swagger
/client/generated/libpod/
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
vendor/
# Generated files
manifest.json
oci-archives/
skupper-cluster-scope.yaml
skupper-namespace-scope.yaml
skupper-network-observer*.yaml
bundle.Dockerfile
./bundle/
!charts/skupper/README.md
charts/skupper/
skupper-*.tgz
artifacthub-repo.yml
network-observer-*.tgz
# Python venv folder
**/venv/
# Ignore all ansible_collections content
tests/e2e/collections/ansible_collections/**
# Then specifically allow only the e2e subfolder
!tests/e2e/collections/ansible_collections/e2e/
!tests/e2e/collections/ansible_collections/e2e/**