Skip to content

Commit

Permalink
github notes
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Mar 28, 2024
1 parent a3cd34d commit d0919cb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/notes/storage/github.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# GitHub

github linguist settings in `.gitattributes`
GitHub linguist settings in `.gitattributes`
([reference](https://github.com/github-linguist/linguist/blob/master/docs/overrides.md)):

```gitattributes
<directory to exclude from stats>/** linguist-vendored
<directory to exclude from stats and hide from diffs>/** linguist-generated
<directory to forcely include>/** linguist-detectable
```

Git large file system (Git LFS) settings in `.gitattributes`:

```gitattributes
<directory to be included in Git LFS> filter=lfs diff=lfs merge=lfs -text
```

GitHub repository size: <https://api.github.com/repos/git/git>

0 comments on commit d0919cb

Please sign in to comment.