From 4c59ab32c8a5372c79859c7d5225c63078793107 Mon Sep 17 00:00:00 2001 From: Kaan Barmore-Genc Date: Sun, 23 Apr 2023 22:31:37 -0400 Subject: [PATCH] init --- .dotter/.gitignore | 1 + .dotter/cache.toml | 3 +++ .dotter/global.toml | 8 ++++++++ 3 files changed, 12 insertions(+) create mode 100644 .dotter/.gitignore create mode 100644 .dotter/cache.toml create mode 100644 .dotter/global.toml diff --git a/.dotter/.gitignore b/.dotter/.gitignore new file mode 100644 index 0000000..1f89e61 --- /dev/null +++ b/.dotter/.gitignore @@ -0,0 +1 @@ +local.toml diff --git a/.dotter/cache.toml b/.dotter/cache.toml new file mode 100644 index 0000000..55e9a46 --- /dev/null +++ b/.dotter/cache.toml @@ -0,0 +1,3 @@ +[symlinks] + +[templates] diff --git a/.dotter/global.toml b/.dotter/global.toml new file mode 100644 index 0000000..5e0029b --- /dev/null +++ b/.dotter/global.toml @@ -0,0 +1,8 @@ +[helpers] + +[default] +depends = [] + +[default.files] + +[default.variables]