Skip to content

Commit

Permalink
fix: removed from gitattributes the plugins and .exe
Browse files Browse the repository at this point in the history
for security, I think this should pop up in diff
  • Loading branch information
Torwent authored Mar 3, 2024
1 parent 4053c8a commit 3088aaa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Auto detect text files and perform LF normalization
* text=auto

# Classify files ad Pascal
# Classify files as Pascal
*.simba linguist-language=Pascal
*.pas linguist-language=Pascal
*.lpr linguist-language=Pascal
Expand All @@ -11,11 +11,8 @@
# Documentation excluded from repo statistics
*.md linguist-documentation
*.html linguist-documentation
*.rst linguist-documentation

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

0 comments on commit 3088aaa

Please sign in to comment.