Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a6a8cf38..a7644d78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,4 +34,7 @@ Thumbs.db
*.exe~
# Ignore Docker specific files
-docker-compose.override.yml \ No newline at end of file
+docker-compose.override.yml
+
+# Ignore .env (Environment Variables) file
+.env \ No newline at end of file