Forum Discussion
Git integration
- 1 year ago
I did a post that went into detail about Git integration a while back that covers it, I hope it helps.
https://www.kevinrchant.com/2024/10/30/fabricators-guide-to-version-control-in-microsoft-fabric/
Hi p_da ,
Thanks for reaching out to the Microsoft fabric community forum.
By setting up the .gitignore file correctly, you can avoid committing unnecessary test artifacts while continuing to manage the rest of your workspace efficiently.
But please check out deployment pipelines this may be more suited for your use case.
Overview of Fabric deployment pipelines - Microsoft Fabric | Microsoft Learn
Follow the below link to selectively deploy content to different stage
Fabric Application lifecycle management (ALM) deployment pipelines deploy content - Microsoft Fabric | Microsoft Learn
some further reading on deployment pipeline
The Microsoft Fabric deployment pipelines process - Microsoft Fabric | Microsoft Learn
Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to give "Kudos"
Thanks and Regards
- p_da1 year agoHelper I
Thanks. It seems that the .gitignore file do not work in Microsoft Fabric. Even setting it up, it do not take effect in Microsoft Fabric