Page 1 of 1

medias.obj and .DS_Store

PostPosted: Wed Dec 12, 2018 3:05 pm
by steve1376656734
Hi,

I develop on MacOS and find that if I visit the media directory in my workspace using the Finder app then it will create a hidden file in that directory called .DS_Store which Servoy then tries to add to the medias.obj file as an available media file.

Is there any way to tell Servoy which files to ignore in this directory (similar to .gitignore for GIT)?

Thanks
Steve

Re: medias.obj and .DS_Store

PostPosted: Sat Dec 15, 2018 2:40 pm
by Joas
If you go to Window->Preferences->Team->Ignored resources, you can add .DS_Store to the ignore list.

It will still show up in the media folder, but it ignores the file when synchronising with your repository.