Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 328 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 328 Bytes

Grow Game

Documentation

Developer notes

There is a pre-commit hook available to validate that no file larger than 5MB is committed without marking it as git-lfs file. To activate it, set the following git-config

git config core.hooksPath .githooks

This requires Git 2.9 to work.