This repository holds the entirety of Cyber Jump's code and Unity project.
More information TBA.
Please open pull requests for any changes to repository. All pull requests should be opened from a branch other than master
.
>> Do NOT push to master <<
Preferably, all pull requests should be approved by at least one other member of the team before merging to master
.
Since Git cannot handle files larger than 100mb, this repository uses Git LFS (Large File Storage). Please see the documentation for more information.
We have used a generic .gitattributes
file that holds a variety of common game development file types that LFS will handle. If a file type is not being handled properly, please see .gitattributes
to see whether the proper file extension is included or not. Add if necessary.