Skip to content

Commit

Permalink
[CP-XXX] Update quickstart.md to mark JSON files as unchanged (#2140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarski authored Oct 22, 2024
1 parent 037b6cc commit c7b14df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To ensure that files will be excluded from commits you can use the following git

```bash
git update-index --assume-unchanged libs/core/news/default-news.json
git update-index --assume-unchanged libs/core/help/default-help.json
git update-index --assume-unchanged libs/help/feature/src/lib/default-help.json
git update-index --assume-unchanged libs/core/settings/static/app-configuration.json
```

Expand Down

0 comments on commit c7b14df

Please sign in to comment.