This is an automated email from the ASF dual-hosted git repository. shuber pushed a commit to branch unomi-3-dev in repository https://gitbox.apache.org/repos/asf/unomi.git
commit 9637cd4bc8ebf841c47c7237bce9ea89cb954bd2 Author: Serge Huber <[email protected]> AuthorDate: Wed Jan 21 15:10:36 2026 +0100 chore(build): update .gitignore for PR split tooling - Add patterns to ignore prsplit* output files - Add pattern to ignore *.diff files - Add pattern to ignore tickets.csv file --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 85c793ac4..1f988a6eb 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,8 @@ dependency_tree.txt **/data/persistence/ itests/snapshots_repository/ .env.local + +# Ignore PR split output and tickets.csv file +prsplit* +*.diff +tickets.csv \ No newline at end of file
