From d5634d596be810c3fa391e482d4841d7283d448c Mon Sep 17 00:00:00 2001 From: Ahmadreza Fatemikia <83141114+ahmadrezafatemikia@users.noreply.github.com> Date: Thu, 9 Apr 2026 19:57:52 +0800 Subject: [PATCH] chore: update .gitignore to include .env.gocache and .gopath directories - Added .env.gocache/ and .gopath/ to .gitignore to prevent caching and Go workspace files from being tracked. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8fa4eeb0..98428843 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,5 @@ x-ui.db docker-compose.override.yml # Ignore .env (Environment Variables) file -.env \ No newline at end of file +.env.gocache/ +.gopath/