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