mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
chore: ignore coding-standard update 1.2.3 in git blame
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
8119df6ddc
commit
10dc3c7b71
2 changed files with 9 additions and 0 deletions
3
.git-blame-ignore-revs
Normal file
3
.git-blame-ignore-revs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# .git-blame-ignore-revs
|
||||
# Update to nextcloud/coding-standard 1.2.3
|
||||
956a1ab00ffb25d87c0f5192333c9b66e56a63fe
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue