Ramon Meffert
commited on
Commit
·
6aa9059
1
Parent(s):
f2e3e47
Add https cert for es to gitignore
Browse files- .gitignore +3 -0
.gitignore
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
# VS Code stuff
|
2 |
.vscode/
|
3 |
|
|
|
|
|
|
|
4 |
# Byte-compiled / optimized / DLL files
|
5 |
__pycache__/
|
6 |
*.py[cod]
|
|
|
1 |
# VS Code stuff
|
2 |
.vscode/
|
3 |
|
4 |
+
# Certificates
|
5 |
+
*.crt
|
6 |
+
|
7 |
# Byte-compiled / optimized / DLL files
|
8 |
__pycache__/
|
9 |
*.py[cod]
|