[Gambas-user] .gitignore for a Gambas project

Benoît Minisini gambas at ...1...
Wed Apr 23 18:32:11 CEST 2014


Le 23/04/2014 16:17, Patrik Karlsson a écrit :
> Hi,
>
> What should a .gitignore look like?
>
> The one I am using contains:
> .lock
> *~
> *.gambas
> .settings
>
> /Patrik

Look at the Project.CleanUp() method in the IDE source code. That method 
removes all files that must not be controlled by subversion (and so git).

Regards,

-- 
Benoît Minisini




More information about the User mailing list