mse-org / mseide-msegui

MSEide is a Rapid Application Development IDE for platform independent rich GUI applications in the Pascal language. It comes with its own GUI toolkit called MSEgui. Binaries: https://github.com/mse-org/mseide-msegui/releases
GNU General Public License v2.0
119 stars 15 forks source link

Add mseide.prj or all *.prj to .gitignore #47

Closed rchastain closed 7 months ago

rchastain commented 1 year ago

Hello Fred!

The modifications of mseide.prj are visible in each commit and hide the interesting parts of the commit.

We could create a .gitignore in apps/ide with this line: *.prj

or even add that line in the main .gitignore, in the root directory.

What would you think about that?

Best regards.

Roland

fredvs commented 1 year ago

Hello Roland.

The modifications of mseide.prj are visible in each commit and hide the interesting parts of the commit.

Yes, indeed it is boring.

We could create a .gitignore in apps/ide with this line: *.prj

I am not expert in git at all but if you do this, would the "original" .prj not be removed after a commit + push ?

rchastain commented 1 year ago

No, it won't be removed, but modifications will be ignored.

fredvs commented 1 year ago

Ha, ok, so let's do it.

fredvs commented 1 year ago

And before this, maybe take the occasion to do a clean prj, removing history of search, units edited, etc... and commit this last clean prj and after this do the git ignore.

rchastain commented 1 year ago

Good idea.