Skip to content

Commit

Permalink
ignore ncbimeta.yaml changes using skip-worktree
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Feb 28, 2020
1 parent 689ded8 commit 25289da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and this project "attempts" to adhere to [Semantic Versioning](http://semver.org
```
Stop git from continuing to track the file and ignore
```
git rm --cached ncbimeta.yaml
git update-index --skip-worktree ncbimeta.yaml
echo "ncbimeta.yaml" >> .gitignore
```
[Development]: https://github.com/ktmeaton/NCBImeta/compare/HEAD...dev
Expand Down

0 comments on commit 25289da

Please sign in to comment.