manning390 / computer-game

Small RPG consisting of one central quest hub, a dungeon, and a final boss. Has a quest chain to reach final boss. Heavily theme based on computer hardware and software terminology; should be full of puns. Game should be beatable in 2 hours or less.
Other
0 stars 1 forks source link

Add Password Protected Zip of Assets to Git #29

Open mmanning2-chwy opened 1 year ago

mmanning2-chwy commented 1 year ago

Describe the Feature Add a zip of all the hidden asset files that is secret protected.

Specific Steps

Expected behavior Anyone can pull the repo and work on the project without additional file transfer.

Additional context Github has a filesize limit of 100mb, so add the flag that caps the files there.

mmanning2-chwy commented 1 year ago

https://stackoverflow.com/questions/2412450/git-pre-commit-hook-changed-added-files/3068990#3068990