mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-04-16 12:35:54 +00:00
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:
parent
d5634d596b
commit
6038f67bac
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue