Is there something like a .sharedstignore feature?

Hi, I know that you can #includes in the .stignore, but you would need to manually modify the .stignore file on all the devices and sometimes that is not practical.

I there a similar file that GETS synchronized between devices?

Cheers JD

Short answer is no… There are lots of threads about it though.

Basically it would make sense to save a fixed entry for the .stignore in the installation package. E.g. #include .stglobalignore and this name would be fixed. If the file .stglobalignore is created, it is transferred to all connected devices. However, this is to consider during creating the installation package.

I have now deposited such a .stignore in all relevant peers with the entry #include .stglobalignore, but it needs to transfer the .stignore to all connected devices and peers. It’s very time-consuming, I did it with scrips, it was easier.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.