Skip to content

Commit

Permalink
fix: Merge pull request #143 from TazE-scripts/master
Browse files Browse the repository at this point in the history
Update .gitattributes for Improved File Management
  • Loading branch information
Torwent authored Mar 3, 2024
2 parents a0e4a05 + c5041f9 commit 4053c8a
Show file tree
Hide file tree
Showing 2 changed files with 750 additions and 28 deletions.
19 changes: 19 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# Auto detect text files and perform LF normalization
* text=auto

# Classify files ad Pascal
*.simba linguist-language=Pascal
*.pas linguist-language=Pascal
*.lpr linguist-language=Pascal
*.lpi linguist-language=Pascal
*.lps linguist-language=Pascal

# Documentation excluded from repo statistics
*.md linguist-documentation
*.html linguist-documentation

# Binary files excluded from diff
*.png -diff
*.zip -diff
*.dll -diff
*.exe -diff
*.so -diff
*.dylib -diff
Loading

0 comments on commit 4053c8a

Please sign in to comment.