Protect my .gitignore File from MadCapFlare

This forum is for all Flare issues related to using Source Control.
Post Reply
VPrime
Jr. Propeller Head
Posts: 2
Joined: Mon Oct 01, 2018 8:46 am

Protect my .gitignore File from MadCapFlare

Post by VPrime »

Hi all,

We have a MadCap Flare project that is source-controlled by Git. We also have a .gitignore file in the root folder of the project. The file has been set up by hand and needs to be left untouched by Flare, because the project is quite complex, consisting of many sub-projects. Flare's automatic process for .gitignore files cannot handle all of this correctly, however it tries, every time, to make changes to this file.

We were attentive enough and placed our custom lines below the # Add items to be ignored below mark, however Flare still attempts modifying them.

Is there any way of preventing Flare from making changes to the .gitignore file? Any changes?
oleksandr_kokoshyn
Propeller Head
Posts: 27
Joined: Mon Sep 03, 2018 4:19 am

Re: Protect my .gitignore File from MadCapFlare

Post by oleksandr_kokoshyn »

Hi,

Have you found a way to prevent Flare from updating the .gitignore file?
In my case, I want to have my custom .gitignore inside the project folder, and I want to include it in source control, but Flare keeps adding the line to the top level gitignore that excludes my custom file.
Post Reply