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:
2026-07-27 12:00:05 +03:00
parent e79dea97fc
commit 0e503c879e
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@@ -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/

View File

@@ -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."