From 546b5b82776a9bd5cd0210aec5529f3defd4a20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sz=C5=91ke=20Attila=20=28Shiwaforce=2Ecom=20Zrt=2E=29?= Date: Sun, 18 Feb 2024 19:47:31 +0100 Subject: [PATCH] ci: git is configure correctly, toml files excluded with taplo --- .gitattributes | 1 + .gitconfig | 2 ++ .taplo.toml | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitconfig create mode 100644 .taplo.toml diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..22c02ac --- /dev/null +++ b/.gitconfig @@ -0,0 +1,2 @@ +[merge] +ff = only diff --git a/.taplo.toml b/.taplo.toml new file mode 100644 index 0000000..655fb7d --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,2 @@ +include = ["**/Cargo.toml"] +exclude = ["**/cog.toml"]