Skip to content

Commit ffedbf2

Browse files
committed
chore(git): use standard gitignore and other settings
1 parent e0b750b commit ffedbf2

File tree

4 files changed

+286
-67
lines changed

4 files changed

+286
-67
lines changed

.git-blame-ignore-revs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

0 commit comments

Comments
 (0)