From 029996e5f0cf156b4cf231a02d4014089918a48c Mon Sep 17 00:00:00 2001 From: ditatompel Date: Sun, 23 Jun 2024 22:29:11 +0700 Subject: [PATCH] chore: Update `.gitattributes` Nginx cfg location Forgot to change the `.gitattributes` file when moving `tools` directory to `deployment`. Ref: 5fae3d5 --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index a28c170..6aec3c1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -/tools/resources/nginx/**.conf linguist-language=Nginx -/tools/resources/nginx/**.conf linguist-detectable=true +/deployment/nginx/**.conf linguist-language=Nginx +/deployment/nginx/**.conf linguist-detectable=true