Преглед изворни кода

chore(gitignore): drop redundant secret/tgz rules, ignore scratch dirs

gangvy пре 2 месеци
родитељ
комит
25ea78cf71
1 измењених фајлова са 7 додато и 2 уклоњено
  1. 7 2
      .gitignore

+ 7 - 2
.gitignore

@@ -2,15 +2,20 @@
 .env
 .env.*
 *.local
-release/npm/**/.env.local
 
 # Generated outputs
 outputs/
-dist/npm/*.tgz
 
 # Scratch / tooling run dirs
 .codex-run/
 .playwright-cli/
+_devin_tmp/
+_tihao_ref/
+tmp-verify/
+voc-verify*/
+_count_ec.js
+_inspect_jo.js
+_oss_probe.ps1
 
 # Python caches
 __pycache__/