From 88b91f0b28b172eabb6479c6c8e2aaaa9d9320be Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 30 Sep 2024 16:39:02 +0200 Subject: chore(templates): Add the new `git_template` directory --- templates/awk/git_template | 1 + templates/c/git_template | 1 + templates/latex/academia/git_template | 1 + templates/latex/letter/git_template | 1 + templates/rust/git_template | 1 + templates/shell/git_template | 1 + 6 files changed, 6 insertions(+) create mode 120000 templates/awk/git_template create mode 120000 templates/c/git_template create mode 120000 templates/latex/academia/git_template create mode 120000 templates/latex/letter/git_template create mode 120000 templates/rust/git_template create mode 120000 templates/shell/git_template diff --git a/templates/awk/git_template b/templates/awk/git_template new file mode 120000 index 0000000..8440872 --- /dev/null +++ b/templates/awk/git_template @@ -0,0 +1 @@ +../../common/git_template \ No newline at end of file diff --git a/templates/c/git_template b/templates/c/git_template new file mode 120000 index 0000000..8440872 --- /dev/null +++ b/templates/c/git_template @@ -0,0 +1 @@ +../../common/git_template \ No newline at end of file diff --git a/templates/latex/academia/git_template b/templates/latex/academia/git_template new file mode 120000 index 0000000..50f92d9 --- /dev/null +++ b/templates/latex/academia/git_template @@ -0,0 +1 @@ +../../../common/git_template \ No newline at end of file diff --git a/templates/latex/letter/git_template b/templates/latex/letter/git_template new file mode 120000 index 0000000..50f92d9 --- /dev/null +++ b/templates/latex/letter/git_template @@ -0,0 +1 @@ +../../../common/git_template \ No newline at end of file diff --git a/templates/rust/git_template b/templates/rust/git_template new file mode 120000 index 0000000..8440872 --- /dev/null +++ b/templates/rust/git_template @@ -0,0 +1 @@ +../../common/git_template \ No newline at end of file diff --git a/templates/shell/git_template b/templates/shell/git_template new file mode 120000 index 0000000..8440872 --- /dev/null +++ b/templates/shell/git_template @@ -0,0 +1 @@ +../../common/git_template \ No newline at end of file -- cgit 1.4.1