From 7683d9b5f835249ce499f76e860a0695aaa67d4b Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 26 Nov 2021 21:04:50 +0800 Subject: [PATCH] update --- .dotter/cache.toml | 3 --- .dotter/local.toml | 6 ------ .gitignore | 2 ++ 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 .dotter/cache.toml delete mode 100644 .dotter/local.toml diff --git a/.dotter/cache.toml b/.dotter/cache.toml deleted file mode 100644 index 55e9a46..0000000 --- a/.dotter/cache.toml +++ /dev/null @@ -1,3 +0,0 @@ -[symlinks] - -[templates] diff --git a/.dotter/local.toml b/.dotter/local.toml deleted file mode 100644 index 46bb064..0000000 --- a/.dotter/local.toml +++ /dev/null @@ -1,6 +0,0 @@ -includes = [] -packages = ["default", "zsh"] - -[files] - -[variables] diff --git a/.gitignore b/.gitignore index 1a60911..9be7a1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /global.toml +.dotter/cache.toml +.dotter/local.toml