chore: update .gitignore to ignore local environment and Go cache files

- Added .env and .gocache/ to .gitignore to prevent local environment variables and Go cache files from being tracked.
This commit is contained in:
Ahmadreza Fatemikia 2026-04-09 19:59:50 +08:00
parent d5634d596b
commit 6038f67bac

5
.gitignore vendored
View file

@ -36,6 +36,7 @@ x-ui.db
# Ignore Docker specific files
docker-compose.override.yml
# Ignore .env (Environment Variables) file
.env.gocache/
# Ignore local env and Go cache folders
.env
.gocache/
.gopath/