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:
authorPk-web6936 <202365630+Pk-web6936@users.noreply.github.com>2025-03-30 07:32:42 +0300
committerGitHub <noreply@github.com>2025-03-30 07:32:42 +0300
commit7c58bcbb46f73f5307a955ef097002ebbc5fe4fd (patch)
tree580392bc2ec3dd6394f84072ffd4089a9802ce4b /.gitignore
parentfec9b252480786077f9c6ab934fcbd8ed435e320 (diff)
Consolidate and Optimize .gitignore Files (#2838)
* Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore35
1 files changed, 29 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 781a633d..32f90dc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,39 @@
-.idea
-.vscode
-.cache
+# Ignore editor and IDE settings
+.idea/
+.vscode/
+.cache/
.sync*
-*.tar.gz
+
+# Ignore log files
*.log
access.log
error.log
-tmp
-main
+
+# Ignore temporary files
+tmp/
+*.tar.gz
+
+# Ignore build and distribution directories
backup/
bin/
dist/
release/
+node_modules/
+
+# Ignore compiled binaries
+main
+
+# Ignore script and executable files
/release.sh
/x-ui
+
+# Ignore OS specific files
+.DS_Store
+Thumbs.db
+
+# Ignore Go specific files
+*.exe
+*.exe~
+
+# Ignore Docker specific files
+docker-compose.override.yml