diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-31 09:35:20 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-31 09:35:20 +0200 |
commit | 24ef4f892edc0dc355eae024c31131dc215394b2 (patch) | |
tree | 392e7b283e958525f9d4bba32f590c7f462ef151 | |
parent | 517368c56c63a1ba1727408f1475794c0ce20b85 (diff) | |
download | password-store-24ef4f892edc0dc355eae024c31131dc215394b2.tar.gz password-store-24ef4f892edc0dc355eae024c31131dc215394b2.tar.bz2 password-store-24ef4f892edc0dc355eae024c31131dc215394b2.zip |
add gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d7bc592 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +secret_service/ |