diff options
author | FChannel <> | 2022-04-23 12:44:38 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | 9718d34a757b66917747c1c4acfb9b35d154625b (patch) | |
tree | f1364b982ca9b10777d18bb15bd61ccc29fe1dbb /.gitignore | |
parent | 363952bfdbae19758e0241e438b95da65d084331 (diff) |
added config package since WSJ config is ignored from .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ *~ #* public/ -config +config$ +config/config-init clientkey pem/ |