diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-09-28 12:32:24 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-09-28 12:32:24 +0200 |
| commit | ee3940a62c30c151594c43c6101f51621718ae01 (patch) | |
| tree | afcb4fe1699909ae7977e0e00a7a2c5337830253 | |
| parent | 7537ec729834a6b317ba1550520e15baf2e9f7fe (diff) | |
Add certs folder
| -rw-r--r-- | .gitignore | 0 | ||||
| -rw-r--r-- | certs/.gitignore | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.gitignore diff --git a/certs/.gitignore b/certs/.gitignore new file mode 100644 index 0000000..04c9a31 --- /dev/null +++ b/certs/.gitignore @@ -0,0 +1,3 @@ +*.crt +*.key +*.csr |
