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.
This commit is contained in:
Ahmadreza Fatemikia 2026-04-09 19:57:52 +08:00
parent b634027525
commit d5634d596b

3
.gitignore vendored
View file

@ -37,4 +37,5 @@ x-ui.db
docker-compose.override.yml
# Ignore .env (Environment Variables) file
.env
.env.gocache/
.gopath/