omegaui / omegaide

An Instant IDE from the Future that supports any programming language.
https://omegaui.github.io/omegaide/
GNU General Public License v3.0
78 stars 11 forks source link

Created a .gitignore so that you don't need to delete bin/ before push #16

Closed mauro-balades closed 2 years ago

omegaui commented 2 years ago

Thanks for adding a gitignore... On my side I never felt a need to do so...

Actually, I maintain two different folders for omegaide, Screenshot from 2021-12-25 16-44-49

omegaide is the main repo branch

whereas

Omega IDE contains not only the binaries but also the generated libraries plus the resources generated by the current development version plus the build data of previous versions and a debreate configuration plus the natives required for running a development version with terminal emulation

So this is totally different from the main branch .... except for the sources and resources

Screenshot from 2021-12-25 16-47-19

the folder out here contains different contents from the omegaide/out folder which do not need to be pushed.

I have written a shell script that takes care of this difference and pushes to remotes without extra data... Screenshot from 2021-12-25 16-54-34

So there is no need to use a .gitignore on my side...

omegaui commented 2 years ago

Remove .projectInfo and out/ from gitignore and i will merge it Since, the .projectInfo contains classpath info which is portable Add, all the contents of out/* except the two jars

omegaui commented 2 years ago

Wait..I will do it myself