diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-21 17:59:56 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-21 17:59:56 -0500 |
commit | f395ceeabf63ae8972f360cd72f4a14cbaba36b6 (patch) | |
tree | e54c21f6ee292dd271609ba70c6a06279678b4f4 /.gitattributes | |
parent | c42f42e4dcce2e1e9b886adca355ec2951205b6b (diff) | |
download | tanzanite-f395ceeabf63ae8972f360cd72f4a14cbaba36b6.tar.gz tanzanite-f395ceeabf63ae8972f360cd72f4a14cbaba36b6.tar.bz2 tanzanite-f395ceeabf63ae8972f360cd72f4a14cbaba36b6.zip |
fix: source maps
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index ba651ae..0e88f07 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ * text=auto eol=lf -yarn.lock linguist-generated
\ No newline at end of file +yarn.lock linguist-generated +*.cjs linguist-language=TypeScript
\ No newline at end of file |