File tree Expand file tree Collapse file tree 4 files changed +286
-67
lines changed Expand file tree Collapse file tree 4 files changed +286
-67
lines changed Original file line number Diff line number Diff line change 1+ # This file contains a list of git hashes of revisions to be ignored by git
2+ # These revisions are considered "unimportant" in
3+ # that they are unlikely to be what you are interested in when blaming.
4+ # Like formatting with Fantomas
5+ # https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
6+ # Add formatting commits here
Original file line number Diff line number Diff line change 1- docs /static /* linguist-documentation
21# Auto detect text files
32* text =auto
43
54# Custom for Visual Studio
65* .cs diff =csharp text =auto eol =lf
6+ * .vb diff =csharp text =auto eol =lf
77* .fs diff =csharp text =auto eol =lf
88* .fsi diff =csharp text =auto eol =lf
99* .fsx diff =csharp text =auto eol =lf
@@ -12,6 +12,7 @@ docs/static/* linguist-documentation
1212* .vbproj merge =union
1313* .fsproj merge =union
1414* .dbproj merge =union
15+ * .sh text eol =lf
1516
1617# Standard to msysgit
1718* .doc diff =astextplain
You can’t perform that action at this time.
0 commit comments