From 3af07f159e15ec61ddf4d4fafeb5e9bf8f58cb6a Mon Sep 17 00:00:00 2001 From: DataHearth Date: Thu, 7 Apr 2022 21:49:56 +0200 Subject: [PATCH] chore(doc): update readme --- .earthlyignore | 4 +++- .gitignore | 1 - README.md | 10 +++++----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.earthlyignore b/.earthlyignore index 57e4221..2f8a6b7 100644 --- a/.earthlyignore +++ b/.earthlyignore @@ -3,4 +3,6 @@ .gitignore LICENSE README.md -demo \ No newline at end of file +CHANGELOG.md +.chglog +build \ No newline at end of file diff --git a/.gitignore b/.gitignore index b548c6c..d6d6efa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ .config-mapper.yml -demo build .DS_Store \ No newline at end of file diff --git a/README.md b/README.md index d715230..d9d0bef 100644 --- a/README.md +++ b/README.md @@ -107,12 +107,12 @@ The same ignore flags are used in the `save` command. ## TO-DO -- [] load configuration though SSH -- [] save configuration though SSH +- [ ] load configuration though SSH +- [ ] save configuration though SSH - add more storage options - - [] smb storage - - [] nfs storage - - [] zip + - [ ] smb storage + - [ ] nfs storage + - [ ] zip ## Known issues