-
-
Notifications
You must be signed in to change notification settings - Fork 355
/
.gitignore
102 lines (82 loc) · 1.66 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Created by .ignore support plugin (hsz.mobi)
### Java template
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
*.iml
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.DS_Store
target
.vscode
.idea
.classpath
.project
.settings/
.secrets.json
k8s/cluster-keys.json
cluster-keys.json
commentedroottoken
root_token
# Terraform
kubeconfig_wrongsecrets-exercise-cluster
.terraform
.terraform
terraform.tfstate*
aws/terraform.tfstate.*
aws/terraform.tfstate.backup
aws/.terraform.tfstate.lock.info
# Templated
gcp/k8s/secret-volume.yml
gcp/k8s/secret-challenge-vault-deployment.yml
azure/k8s/secret-volume.yml
azure/k8s/secret-challenge-vault-deployment.yml
azure/k8s/pod-id.yml
# Challenge 12 ;-)
.github/scripts/yourkey.txt
# Challenge 16
.github/scripts/secondkey.txt
# Challenge 17
.github/scripts/thirdkey.txt
yourkey.txt
# Challenge 36
src/main/resources/executables/.gdb_history
src/main/resources/executables/decrypt/decrypt
# Challenge 50
src/main/resources/executables/wrongsecrets-dotnet
src/main/resources/executables/wrongsecrets-dotnet*
# Node JS
js/node/
js/node_modules/
node_modules
.npm
# Cypress
src/test/e2e/cypress/videos
src/test/e2e/cypress/screenshots
src/test/e2e/cypress/reports
src/test/k8s-tests/cypress/videos
src/test/k8s-tests/cypress/screenshots
src/test/k8s-tests/cypress/reports
cypress/downloads
py_env
tmp/
.env
contributors_file*
##documentation
scripts/sort_contibutors/.env
scripts/sort_contibutors/contributors_file.*
#optimizations
.github/scripts/binary_version.txt