diff options
author | grant-kun <[email protected]> | 2022-10-05 12:22:12 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-10-05 12:22:12 -0500 |
commit | 93f80abf2ab8c7f33f23fedb6917416280a71423 (patch) | |
tree | b406a54412efc11675d07bf5e510f3100ec44a3f /.gitignore | |
parent | d6cb93f137ef669a1727d29d15426582baae4e97 (diff) |
added (some) mail functionality
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,4 +2,6 @@ node_modules/ /package-lock.json -certs/
\ No newline at end of file +certs/ + +/pass.json
\ No newline at end of file |