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

Commit

Permalink
Don't suggest overwriting .gitignore. Close #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryneeverett committed May 19, 2015
1 parent 7d33d01 commit 7a29fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a29fe5

Please sign in to comment.