Open
Description
My platformIO projects generally live in a subfolder of a larger .git repository.
I prefer to manage a single .gitignore file in the root of my repository.
PlatformIO insists upon re-generatng the .gitignore file. I'd like to be able to turn this off.
This subject is discussed here:
https://community.platformio.org/t/how-to-disable-auto-generating-gitignore-when-using-vscode/17125
Where @maxgearhardt helpfully detailed the technical reasons for this. He suggests a more general solution might be to allow disabling any .tpl file.
-Matt