-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·50 lines (41 loc) · 898 Bytes
/
.gitignore
File metadata and controls
executable file
·50 lines (41 loc) · 898 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
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
# Tmp directory
tmp/
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Vendored dependencies
vendor
bin
# IDEs
.idea
.vscode
.run
# OS temporary files
.DS_Store
# Changelog temporary directory
.changelog/
# Kyma workspace and crt-file (created by deploy cmd)
workspace
kyma.crt
mod
# Generated template files (generate by module create)
/template.yaml
dist/
tests/btp/sm.env
tests/btp/hana-admin-api-binding.json
tests/btp/config.json
tests/**/node_modules/
tests/btp/sample-http-db-nodejs/bookstore/package-lock.json
tests/btp/tf/*.tfvars
tests/btp/tf/.terraform*
tests/btp/tf/terraform.tfstate*
tests/btp/tf/creds.json
tests/btp/tf/btp-access-credentials-secret.yaml
tests/btp/tf/hana-admin-creds.json
tests/btp/k8s-resources/db/books-hdi-initjob.yaml