commit 4c59ab32c8a5372c79859c7d5225c63078793107 Author: Kaan Barmore-Genc Date: Sun Apr 23 22:31:37 2023 -0400 init 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]