Skip to content

Commit

Permalink
Exclude certain file types from linguist detection
Browse files Browse the repository at this point in the history
  • Loading branch information
bud-primordium committed Oct 9, 2024
1 parent f8753f4 commit a49450f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.html linguist-detectable=false
*.css linguist-detectable=false
*.js linguist-detectable=false
*.tex linguist-detectable=false
*.sty linguist-detectable=false
Assignment_1/Problem_2/doxygen_output/** linguist-vendored
Assignment_1/Problem_2/ford_output/** linguist-vendored
Assignment_2/Problem_1/doxygen_output/** linguist-vendored
Assignment_2/Problem_2/doxygen_output/** linguist-vendored
Assignment_3/Problem_2/doxygen_output/** linguist-vendored
Assignment_3/Problem_3/documenter_output/** linguist-vendored

0 comments on commit a49450f

Please sign in to comment.