From b68bf113422ebf0c23d6862a08ec1bb9d569495d Mon Sep 17 00:00:00 2001 From: BaoXuebin Date: Wed, 1 Dec 2021 17:38:14 +0800 Subject: [PATCH] delete config.json and git ignore --- .gitignore | 3 ++- config/config.json | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 config/config.json diff --git a/.gitignore b/.gitignore index ee787ed..3be03f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .idea .git bindata.go -*.exe \ No newline at end of file +*.exe +config/config.json \ No newline at end of file diff --git a/config/config.json b/config/config.json deleted file mode 100644 index 07297d9..0000000 --- a/config/config.json +++ /dev/null @@ -1 +0,0 @@ -{"dataPath":"C:\\Users\\BaoXuebin\\Desktop\\beancount","operatingCurrency":"CNY","startDate":"1970-01-01","isBak":true,"openingBalances":"Equity:OpeningBalances"} \ No newline at end of file