Hi,
So I'm working on a game and we're using git as version control.
The problem is that whenever I edit an image in the project photoline automatically creates a browse.plb for, which, if pushed to the repo, will be in the project for all eternity. (The programmers keep telling me off about it...)
Is there any way to stop photoline creating a browse.plb?
Thanks in advance.
Stop saving browse.plb?
-
photoken
- Mitglied
- Beiträge: 2162
- Registriert: Sa 28 Sep 2013 01:25
Re: Stop saving browse.plb?
In the PL Options:
Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.
Ken
Yes, I think it can be eeeeeasily done....
Just take everything out on Highway 61.
Yes, I think it can be eeeeeasily done....
Just take everything out on Highway 61.
-
bkh
- Beta Tester
- Beiträge: 3687
- Registriert: Do 26 Nov 2009 22:59
Re: Stop saving browse.plb?
You can set PL to create browse.plb files in your user directory.tmcthree hat geschrieben:The problem is that whenever I edit an image in the project photoline automatically creates a browse.plb for, which, if pushed to the repo, will be in the project for all eternity. (The programmers keep telling me off about it...)
But why don't you (or the programmers) just add browse.plb to the project's .gitigore file? That's the normal way to resolve such problems – usually, there are lots of auxiliary files which you don't want under version control.
Cheers
Burkhard.