Pārlūkot izejas kodu

Consolidate and Optimize .gitignore Files (#2838)

* Update .gitignore
Pk-web6936 4 dienas atpakaļ
vecāks
revīzija
7c58bcbb46
1 mainītis faili ar 29 papildinājumiem un 6 dzēšanām
  1. 29 6
      .gitignore

+ 29 - 6
.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