Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Apr 21, 2024
1 parent e75c13a commit 2d2543e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
28 changes: 22 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,26 @@
*.mov binary

# Override what is considered "vendored" by GitHub's linguist:
/deps/** linguist-vendored=false
/lib/node_modules/** linguist-vendored=false linguist-generated=false
test/fixtures/** linguist-vendored=false
tools/** linguist-vendored=false
/lib/node_modules/** -linguist-vendored -linguist-generated

# Override what is considered "documentation" by GitHub's linguist:
examples/** linguist-documentation=false
# Configure directories which should *not* be included in GitHub language statistics:
/deps/** linguist-vendored
/dist/** linguist-generated
/workshops/** linguist-vendored

benchmark/** linguist-vendored
docs/* linguist-documentation
etc/** linguist-vendored
examples/** linguist-documentation
scripts/** linguist-vendored
test/** linguist-vendored
tools/** linguist-vendored

# Configure files which should *not* be included in GitHub language statistics:
Makefile linguist-vendored
*.mk linguist-vendored
*.jl linguist-vendored
*.py linguist-vendored

# Configure files which should be included in GitHub language statistics:
docs/types/*.d.ts -linguist-documentation
2 changes: 0 additions & 2 deletions base/last-code-point/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ str = lastCodePoint( '六书/六書', 3 );

<section class="related">


</section>

<!-- /.related -->
Expand All @@ -99,7 +98,6 @@ str = lastCodePoint( '六书/六書', 3 );

<!-- <related-links> -->


<!-- </related-links> -->

</section>
Expand Down

0 comments on commit 2d2543e

Please sign in to comment.