File tree Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change 44
44
45
45
# # compressed
46
46
** /* .tgz
47
+
48
+ # # vscode
49
+ .vscode /*
50
+ ! .vscode /settings.json
51
+ ! .vscode /tasks.json
52
+ ! .vscode /launch.json
53
+ ! .vscode /extensions.json
54
+ ! .vscode /* .code-snippets
55
+
56
+ # Local History for Visual Studio Code
57
+ .history /
58
+
59
+ # # other keys
60
+ * .key
61
+ * .keys
62
+ * .priv
63
+ * .rsa
64
+ * .key.json
65
+
66
+ # # ssh keys
67
+ * .ssh
68
+ * .ssh-key
69
+ .key-mrc
70
+
71
+ # # Certificate Authority
72
+ * .ca
73
+
74
+ # # Certificate
75
+ * .crt
76
+
77
+ # # Certificate Sign Request
78
+ * .csr
79
+
80
+ # # Certificate
81
+ * .der
82
+
83
+ # # Key database file
84
+ * .kdb
85
+
86
+ # # OSCP request data
87
+ * .org
88
+
89
+ # # PKCS #12
90
+ * .p12
91
+
92
+ # # PEM-encoded certificate data
93
+ * .pem
94
+
95
+ # # Random number seed
96
+ * .rnd
97
+
98
+ # # SSLeay data
99
+ * .ssleay
100
+
101
+ # # S/MIME message
102
+ * .smime
103
+ * .vsix
You can’t perform that action at this time.
0 commit comments