added the gitattributes file ; so that python will get ignored for the linguist
All checks were successful
Maven Build / build (push) Successful in 10m13s

This commit is contained in:
2025-05-22 11:28:43 +02:00
parent edd1fbccd9
commit 1e5f532fe1

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
# Exclude Python and Shell files from linguist language statistics
*.py linguist-detectable=false
*.sh linguist-detectable=false