From bc0fe10bb42f8d65205d18dd7f3fcc608214dfc7 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 17 Jun 2024 16:26:33 +0200 Subject: [PATCH] Create .gitattributes add code higlight for *.conf (cherry picked from commit 0107b3021e2274ee4f0ceadfa649b27b7f7e0a59) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..0f1654a5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +domains/*.conf linguist-language=Lua +site.conf linguist-language=Lua