Simplify the section about ignoring file in index

This commit is contained in:
Mathieu CAROFF
2019-09-08 19:19:39 +02:00
parent 67446feb6f
commit b4f224f5da
-6
View File
@@ -289,10 +289,4 @@ gulp dev --coverage # run with tests and code coverage
git update-index --assume-unchanged src/ts/generated/sprites.ts 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). Read more about it [here](https://stackoverflow.com/questions/1139762/ignore-files-that-have-already-been-committed-to-a-git-repository).