diff options
| author | CrypticC3s4r <27031384+CrypticC3s4r@users.noreply.github.com> | 2024-12-28 20:12:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-28 21:12:19 +0200 |
| commit | 82f1f61c6b3dc9b4c073e57049dd46967be18013 (patch) | |
| tree | 6b9b808383653e4739ed17ce87381a9284dd0fc8 /.gitignore | |
| parent | a1a3a7e0f402850091885e5ac088ad7af1f5d27a (diff) | |
| download | karakeep-82f1f61c6b3dc9b4c073e57049dd46967be18013.tar.zst | |
fix(mobile): Add support for self signed certs in android. Fixes #381 (#416)
Co-authored-by: MohamedBassem <me@mbassem.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3,6 +3,7 @@ # dependencies node_modules .pnp +.pnpm-store .pnp.js .yarn/install-state.gz @@ -53,4 +54,8 @@ data # Idea .idea *.iml -.aider* + +# Aider +.vscode + +# VS-Code |
