Add ignore revs file (#1126)

* Add ignore revs file

* Fix rev file name
这个提交包含在:
Danylo Lytovchenko
2025-10-15 13:57:56 +02:00
提交者 GitHub
父节点 259ef6348b
当前提交 59a30bb117
修改 2 个文件,包含 8 行新增0 行删除
+2
查看文件
@@ -0,0 +1,2 @@
2ff2316227dc3bb04447060c719e78baf2d7383f
f7338717aeb56fbe394c0683539a0cf2f7f3ded7
+6
查看文件
@@ -51,6 +51,12 @@ Further changes to the structure may be made to improve development efficiency a
---
## Ignored commits for git blame
There were two major styling change commits, which impacted almost every C++ file in the repository. If you want to avoid seeing those changes in `git blame` output, you can run `git config blame.ignoreRevsFile .git-blame-ignore-revs`. This will exclude style changes from git blame.
---
## Making Changes
### From a Developer's Perspective