diff --git a/README.md b/README.md index a0c761d..7ca8560 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,8 @@ gulp dev --coverage # run with tests and code coverage ## Have git ignore changes to `sprites.ts`, eventhough it's already in the index +Due to an issue with the build system, an old copy of `src/ts/generated/sprites.ts` is shipped with this repository. In order to prevent Git from seeing changes to this file from local builds and warning you about them when changing branches or pulling new changes, you can use the following command: + ```bash git update-index --assume-unchanged src/ts/generated/sprites.ts ```