1
0
Эх сурвалжийг харах

Chore: Optimize .gitignore (#4564)

Pk-web6936 6 сар өмнө
parent
commit
681e943848

+ 15 - 2
.gitignore

@@ -14,10 +14,18 @@
 # Dependency directories (remove the comment below to include it)
 # vendor/
 
+# macOS specific files
 *.DS_Store
-.idea
+
+# IDE specific files
+.idea/
+.vscode/
+
+# Archive files
 *.zip
 *.tar.gz
+
+# Binaries
 xray
 xray_softfloat
 mockgen
@@ -26,8 +34,13 @@ vprotogen
 errorgen
 !common/errors/errorgen/
 *.dat
-.vscode
+
+# Build assets
 /build_assets
 
 # Output from dlv test
 **/debug.*
+
+# Certificates
+*.crt
+*.key

+ 0 - 2
common/protocol/tls/cert/.gitignore

@@ -1,2 +0,0 @@
-*.crt
-*.key