How can I move my assets with git?

If I store my files in a folder called Assets that is inside the project folder, when I check the reference, it says that the project is in

../Assets

Does this mean that I can easily move upload my project folder (with Content and Assets folder inside) to git, and downloaded in any other machine without breaking the assets reference and stuff?

Also, bonus, does anyone have a gitignore for the last version of UE?

1 Like