diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-19 14:21:55 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-19 14:21:55 -0700 |
commit | eaaa19614abe741608697111c113063cdf484378 (patch) | |
tree | 60e90f17b28ef0b60e634753ab48ccfffbbd37ab | |
parent | 22ead33fc9dbf768b4f365cdf1adc1ae901859bb (diff) |
adding attrs file to more correctly display code breakdown
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eaea8a5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +system/admin/static/editor/sass linguist-vendored +cmd/ponzu/vendor linguist-vendored=false
\ No newline at end of file |