The problem I’m having
every time im pulling from my main and then open a new branch , after few minutes im getting alot of changes as mentioned in the picture .
any idea why
every time im pulling from my main and then open a new branch , after few minutes im getting alot of changes as mentioned in the picture .
any idea why
Hi,
Would avoid committing packages and git internal files. Add them to .gitIgnore file.
This is my example:
target/
dbt_packages/
logs/
**/__pycache__
**/.DS_Store
./package-lock.yml```
<sub>Note: `@mares` originally [posted this reply in Slack](https://getdbt.slack.com/archives/CBSQTAPLG/p1738051960779019?thread_ts=1738051433.164879&cid=CBSQTAPLG). It might not have transferred perfectly.</sub>