diff options
author | dan <[email protected]> | 2024-04-20 18:15:18 -0400 |
---|---|---|
committer | dan <[email protected]> | 2024-04-20 18:15:18 -0400 |
commit | f3b3494fd89723a9255aa46c2770beb9dfbc77e0 (patch) | |
tree | d690a56c1d0fb593325c109e726faaa5de4da09a | |
parent | 678ec67fd43a04e5aa237923a7307e2c8635c2e1 (diff) | |
download | bizexp-f3b3494fd89723a9255aa46c2770beb9dfbc77e0.tar.gz bizexp-f3b3494fd89723a9255aa46c2770beb9dfbc77e0.tar.bz2 bizexp-f3b3494fd89723a9255aa46c2770beb9dfbc77e0.zip |
chore: exclude generated html from gh code stats
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index ba1d983..d0a6d5f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -./elm-client/index.html linguist-vendored +elm-client/index.html linguist-vendored |