-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
24 lines (24 loc) · 468 Bytes
/
.gitignore
File metadata and controls
24 lines (24 loc) · 468 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
node_modules
*.pem
pass
.pass
hellorunnable
dump.rdb
erl_crash.dump
npm-debug.log
ca.srl
.DS_Store
ansible/roles/hipache/templates/runnable*
enviroments/**/k8/**/configMaps/*cert*
environments/*/secrets/**/*
# Leaving for now while PR is merged
environments/*/k8
# Meant to not break anything. Might remove later
environments/runnable-on-prem-test
*.retry
*.tfstate*
terraform/credentials.tfvars
terraform/.build
ansible/secrets/*
ansible/single-host-part-*.yml
.idea