Skip to content

Commit

Permalink
Update .gitattributes to improve language detection for project files
Browse files Browse the repository at this point in the history
- Set all files as non-detectable by linguist except for Python files.
- This change enhances the clarity of the project structure and ensures proper language recognition for relevant files.
  • Loading branch information
ras0k committed Dec 9, 2024
1 parent d9e53bc commit 0a81822
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Auto detect text files and perform LF normalization
* text=auto

*.* linguist-detectable=false
*.py linguist-detectable=true

0 comments on commit 0a81822

Please sign in to comment.