Skip to content

Fix gitignore to exclude all bal_data everywhere#38

Merged
zitongzhan merged 1 commit into
releasefrom
fix-gitignore-bal_data
Jun 3, 2026
Merged

Fix gitignore to exclude all bal_data everywhere#38
zitongzhan merged 1 commit into
releasefrom
fix-gitignore-bal_data

Conversation

@SEOKWOOPARK
Copy link
Copy Markdown
Contributor

PROBLEM + AS-IS

Once I run schur.py in root/examples, relevant outcome files in bal_data are being tracked by Git. Now, bal_data/* in gitignore can't exclude itself in lower level directories.

Screenshot 2026-06-02 at 7 18 53 PM Screenshot 2026-06-02 at 7 23 06 PM

TO-BE

By adding */bal_data/ and removing bal_data/ in gitignore, it's possible to exclude all bal_data in Git tracking

image

@SEOKWOOPARK SEOKWOOPARK requested a review from zitongzhan June 2, 2026 23:56
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the .gitignore file to simplify the exclusion of bal_data directories by replacing the explicit paths bal_data/* and datapipes/bal_data/* with a single recursive pattern **/bal_data/. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@zitongzhan zitongzhan merged commit c35d741 into release Jun 3, 2026
3 checks passed
@zitongzhan zitongzhan deleted the fix-gitignore-bal_data branch June 3, 2026 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants