From 7a29fe547e99c7347eb0f91f5e57a3cd3ef04e65 Mon Sep 17 00:00:00 2001 From: ryneeverett Date: Mon, 18 May 2015 21:02:21 -0400 Subject: [PATCH] Don't suggest overwriting .gitignore. Close #5. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcd1500..0647138 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ if (Meteor.isServer) { You might not want to track database dumps for the sake of VCS performance. ```sh -echo 'tests/fixtures/' > .gitignore +echo 'tests/fixtures/' >> .gitignore ``` Example Usage