-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
54 lines (27 loc) · 894 Bytes
/
.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
\.DS_Store
Secrets/bin/Debug/netcoreapp2\.0/
Secrets/obj/Debug/netcoreapp2\.0/
Secrets/obj/
SimpleEncryptDecrypt/bin/Debug/netcoreapp2\.0/
SimpleEncryptDecrypt/obj/Debug/netcoreapp2\.0/
SimpleEncryptDecrypt/obj/
KeyWrapping/bin/Debug/netcoreapp2\.0/
KeyWrapping/obj/Debug/netcoreapp2\.0/
KeyWrapping/obj/
PasswordProtection/bin/Debug/netcoreapp2\.0/
PasswordProtection/obj/Debug/netcoreapp2\.0/
PasswordProtection/obj/
DigitalSignatures/bin/Debug/netcoreapp2\.0/
DigitalSignatures/obj/Debug/netcoreapp2\.0/
DigitalSignatures/obj/
\.vs/AzureKeyVault/xs/sqlite3/
\.vs/AzureKeyVault/xs/
\.idea/\.idea\.AzureKeyVault/\.idea/
\.idea/\.idea\.AzureKeyVault/
*.user
DigitalSignatures/bin/Debug/netcoreapp3.0/
KeyWrapping/bin/Debug/netcoreapp3.0/
PasswordProtection/bin/Debug/netcoreapp3.0/
Secrets/bin/Debug/netcoreapp3.0/
*.dll
SimpleEncryptDecrypt/bin/Debug/netcoreapp3.0/