From 68c8a250196976d8e3b36a75030b18ea77a5e653 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Wed, 23 Apr 2014 23:21:49 -0700 Subject: [PATCH] More README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ef6bc4..65932fd 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,4 @@ If you want to modify entrypoint.rb, do it before the game loop starts. However For project managers ==================== -You might want to add a .gitignore to exclude Data/* to enforce that only the unpacked files get committed, and a pre-commit hook to reject any commits that don't keep YAML/ up to date with Scripts/. +You might want to add a .gitignore to exclude Data/* to enforce that only the unpacked files get committed, and a pre-commit hook to reject any commits that don't keep YAML/ up to date with Data/, and Scripts/ up to date with YAML/Scripts.yaml