mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-04-16 12:35:54 +00:00
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:
parent
b634027525
commit
d5634d596b
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -37,4 +37,5 @@ x-ui.db
|
||||||
docker-compose.override.yml
|
docker-compose.override.yml
|
||||||
|
|
||||||
# Ignore .env (Environment Variables) file
|
# Ignore .env (Environment Variables) file
|
||||||
.env
|
.env.gocache/
|
||||||
|
.gopath/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue