diff options
| author | bobzel <zzzman@gmail.com> | 2020-05-17 23:38:21 +0000 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-05-17 23:38:21 +0000 |
| commit | b24fd078149d8ee9042a279cbe7498f6c3f5c82f (patch) | |
| tree | c3a74a386f0f6747ca12229d2d6dcc3e5895bfa2 /.gitignore | |
| parent | 9c3d461a9642a4596c55f642af2b55e186b0fe20 (diff) | |
release server integration with ssl
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7a5b2ec84..6d4b98289 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,7 @@ src/scraping/buxton/source/ src/server/public/files/ src/scraping/acm/package-lock.json src/server/session_manager/logs/**/*.log +*.crt +*.key +*.pfx +*.properties
\ No newline at end of file |
