diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-19 14:23:56 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-19 14:23:56 -0700 |
commit | 5e296f23891c0a1688d7d60679320c7675169a95 (patch) | |
tree | 9a49fe5f60a4d413ff1d27492e631550c241000a | |
parent | eaaa19614abe741608697111c113063cdf484378 (diff) |
updating attrs file to more correctly display code breakdown
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index eaea8a5..d979c14 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -system/admin/static/editor/sass linguist-vendored -cmd/ponzu/vendor linguist-vendored=false
\ No newline at end of file +system/admin/static/editor/sass/* linguist-vendored +cmd/ponzu/vendor/* linguist-vendored=false
\ No newline at end of file |