From b4f224f5dabfc2b574ba27d508b402573034d79a Mon Sep 17 00:00:00 2001 From: Mathieu CAROFF Date: Sun, 8 Sep 2019 19:19:39 +0200 Subject: [PATCH] Simplify the section about ignoring file in index --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 79a76f0..a0c761d 100644 --- a/README.md +++ b/README.md @@ -289,10 +289,4 @@ gulp dev --coverage # run with tests and code coverage git update-index --assume-unchanged src/ts/generated/sprites.ts ``` -`serve.ts`: - -```bash -git update-index --assume-unchanged src/ts/server/server.ts -``` - Read more about it [here](https://stackoverflow.com/questions/1139762/ignore-files-that-have-already-been-committed-to-a-git-repository).