chore: ignore coding-standard update 1.2.3 in git blame

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-08-23 16:40:41 +02:00
parent 8119df6ddc
commit 10dc3c7b71
No known key found for this signature in database
GPG key ID: C400AAF20C1BB6FC
2 changed files with 9 additions and 0 deletions

3
.git-blame-ignore-revs Normal file
View file

@ -0,0 +1,3 @@
# .git-blame-ignore-revs
# Update to nextcloud/coding-standard 1.2.3
956a1ab00ffb25d87c0f5192333c9b66e56a63fe

View file

@ -69,6 +69,12 @@ You can enable HMR (Hot module replacement) to avoid page reloads when working o
We are also available on [our public Talk team conversation](https://cloud.nextcloud.com/call/c7fz9qpr), if you want to join the discussion.
### 🙈 Ignore code style updates in git blame
```sh
git config blame.ignoreRevsFile .git-blame-ignore-revs
```
### 🌏 Testing federation locally
When testing federated conversations locally, some additional steps might be needed,