User forums > Help

Project not working when copying it to different pc

<< < (2/2)

moriluka:
thanks for the heads up. i put all executables in the gitignore now. didnt know that was problematic in git

stahta01:

--- Quote from: moriluka on June 10, 2021, 06:09:48 pm ---thanks for the heads up. i put all executables in the gitignore now. didnt know that was problematic in git

--- End quote ---

It is normal to not put any generated binaries under direct version control.
Note: People sometimes put binaries tools needed to build the project under version control.
And, when you make a release the generated binaries are part of the release under Git (I have yet to do this myself; so, I could be wrong).
In git, it appears to be standard to create an git tag as part of doing a release.

Tim S. 

Navigation

[0] Message Index

[*] Previous page

Go to full version