Skip to content

Commit

Permalink
🐙 github: Add linguist-generated git attribute (#397)
Browse files Browse the repository at this point in the history
Add linguist-generated git attribute for generated .html and .htmlf files.
This is in attempt to make PR reviews more manageable when the templates for
the docs or learn sites get updated.

Pull-request: #397
  • Loading branch information
juliaogris authored Jul 22, 2024
1 parent e7f90d1 commit 6ff2382
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/frontend/docs/**/*.html linguist-generated=true
/frontend/docs/**/*.htmlf linguist-generated=true
/frontend/learn/**/*.html linguist-generated=true
/frontend/learn/**/*.htmlf linguist-generated=true
/frontend/learn/index.html linguist-generated=false

0 comments on commit 6ff2382

Please sign in to comment.