Skip to content

Commit 5821b92

Browse files
committed
Create .gitattributes
1 parent 1b906a5 commit 5821b92

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitattributes

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Classify files as Pascal
5+
*.simba linguist-language=Pascal
6+
*.pas linguist-language=Pascal
7+
*.lpr linguist-language=Pascal
8+
*.lpi linguist-language=Pascal
9+
*.lps linguist-language=Pascal
10+
11+
# Documentation excluded from repo statistics
12+
*.md linguist-documentation
13+
*.html linguist-documentation
14+
*.rst linguist-documentation
15+
16+
# Binary files excluded from diff
17+
*.png -diff
18+
*.zip -diff
19+
*.dll -diff
20+
*.exe -diff
21+
*.so -diff
22+
*.dylib -diff

finders/items/data/test.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)