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
The following commit(s) were added to refs/heads/unomi-3-dev by this push:
new 27e8430fc chore: update .gitignore to include .git-staging directory
27e8430fc is described below
commit 27e8430fc5fb6ff39132460b4bd9517d3d004ccc
Author: Serge Huber <[email protected]>
AuthorDate: Wed Jan 21 15:11:57 2026 +0100
chore: update .gitignore to include .git-staging directory
- Add .git-staging/ to the ignore list to prevent staging files from being
tracked
- Ensure tickets.csv remains ignored
---
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 1f988a6eb..4596ec586 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,4 +32,5 @@ itests/snapshots_repository/
# Ignore PR split output and tickets.csv file
prsplit*
*.diff
-tickets.csv
\ No newline at end of file
+tickets.csv
+.git-staging/
\ No newline at end of file