forked from keptn/keptn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (42 loc) · 1.15 KB
/
.gitignore
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
.DS_Store
# Creds files
scripts/creds.json
install/scripts/*creds*.json
install/scripts/creds_dt.json
# Auto-generated files
install/manifests/gen/installer.yaml
install/manifests/gen/service_entries_oneagent.yml
install/manifests/gen/hosts
install/manifests/gen/service_entries
install/manifests/gen/k8s-jenkins-deployment.yml
install/manifests/gen/cr.yml
install/manifests/gen/config-domain.yaml
install/manifests/gen/istio-knative.yaml
install/scripts/logs/*.log
install/scripts/keptn-services/*
# Repositories forked by forkGitHubRepositories.sh
repositories
cli/vendor/*
api/vendor/*
# Avoid having the examples folder added (e.g., when running integration tests on travis-ci or locally)
examples/
# Built artifacts
*.exe
cli/onboarding-carts/*
configuration-service/cmd/configuration-service-server/__debug_bin
resource-service/cmd/configuration-service-server/__debug_bin
keptn-charts/
# ignore coverage reports
*/coverage.txt
# IDE files
.vscode/
*.iml
# ignore idea in all subfolders
*/.idea
# only ignore contents of local .idea
.idea/*
# but allow .idea shared run configurations
!.idea/runConfigurations/
vendor/
bin/
test/assets/podtato-head/keptn-backup