roa_sync.bat: cheama COMUN\scripts\roa_sync.ps1; ignora patch-urile de review
Scriptul de sync s-a mutat din UTIL\foxbin2prg in COMUN\scripts (se distribuie prin svn update). In .gitignore intra docs/diff_runda*.patch, conform reguli_lucru.md pct. 1 (patch-urile de review nu se comit niciodata). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AvccPZXr4A9ihcTtExNoJT
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -76,6 +76,9 @@ roafacturare_ref.CDX
|
||||
roafacturare_ref.DBF
|
||||
roafacturare_ref.FPT
|
||||
|
||||
# --- Patch-uri de review (intermediare, nu se comit niciodata - reguli_lucru.md pct. 1) ---
|
||||
docs/diff_runda*.patch
|
||||
|
||||
# --- Subversion (working copy paralela) ---
|
||||
.svn/
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@echo off
|
||||
powershell -ExecutionPolicy Bypass -File D:\ROA\UTIL\foxbin2prg\roa_sync.ps1 -ProjectRoot "%~dp0."
|
||||
powershell -ExecutionPolicy Bypass -File "%~dp0COMUN\scripts\roa_sync.ps1" -ProjectRoot "%~dp0."
|
||||
|
||||
Reference in New Issue
Block a user