diff --git a/.gitignore b/.gitignore index 98428843..bc374355 100644 --- a/.gitignore +++ b/.gitignore @@ -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/