This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello Guys,
how you are handling bpip local changes ?
You are ignoring them in gitignore?
Best,
Jacek
Solved! Go to Solution.
Hi @jaryszek ,
Yes, changes to .pbip local files like localSettings.json and cache.abf are typically ignored using a .gitignore file. These files are generated locally by Power BI during development and often contain environment-specific or non-critical metadata , which doesn't need to be tracked in version control.
To handle them properly:
Add to .gitignore:
*.pbip/localSettings.json
*.pbip/cache.abf
Or, if you want to ignore all .pbip internal files:
*.pbip/*
Note: This keeps your Git repo clean and focused on essential files (like the actual report content, model definitions, and metadata).
If my response has resolved your query, please mark it as the Accepted Solution to assist others. Additionally, a 'Kudos' would be appreciated if you found my response helpful.
Thank you
Hi @jaryszek ,
Thank you for reaching out to the Microsoft Community Forum.
No, the bpip local changes are not being ignored via .gitignore—they are being tracked by Git and are currently unstaged.
If my response has resolved your query, please mark it as the Accepted Solution to assist others. Additionally, a 'Kudos' would be appreciated if you found my response helpful.
Thank you
Hi,
"No, the bpip local changes are not being ignored via .gitignore—they are being tracked by Git and are currently unstaged."
so if i addthem to gitIgnore they will not be shown as unstaged ones?
Best,
Jacek
Hi @jaryszek ,
Yes, changes to .pbip local files like localSettings.json and cache.abf are typically ignored using a .gitignore file. These files are generated locally by Power BI during development and often contain environment-specific or non-critical metadata , which doesn't need to be tracked in version control.
To handle them properly:
Add to .gitignore:
*.pbip/localSettings.json
*.pbip/cache.abf
Or, if you want to ignore all .pbip internal files:
*.pbip/*
Note: This keeps your Git repo clean and focused on essential files (like the actual report content, model definitions, and metadata).
If my response has resolved your query, please mark it as the Accepted Solution to assist others. Additionally, a 'Kudos' would be appreciated if you found my response helpful.
Thank you
Ignore, that is what the default .gitignore added by pbip does
thanks but it didnt add by defaut for me. It is still there.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |