diff options
author | crupest <crupest@outlook.com> | 2020-06-16 20:26:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-16 20:26:26 +0800 |
commit | 29d0a3980a31e5fec75cd939bcb991c8ea8c93ae (patch) | |
tree | ffab364f3ee66c78f68c9f1b6c891d95a5a75266 | |
parent | 25000aaad8fba4aadb194a22defcd6d4597d2e99 (diff) | |
download | timeline-29d0a3980a31e5fec75cd939bcb991c8ea8c93ae.tar.gz timeline-29d0a3980a31e5fec75cd939bcb991c8ea8c93ae.tar.bz2 timeline-29d0a3980a31e5fec75cd939bcb991c8ea8c93ae.zip |
docs: Try to fix the program language displayed in github.
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | Timeline/ClientApp/.gitattributes | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 18b8bd50..00000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -**/.yarn/** linguist-vendored
\ No newline at end of file diff --git a/Timeline/ClientApp/.gitattributes b/Timeline/ClientApp/.gitattributes new file mode 100644 index 00000000..c1aa21ac --- /dev/null +++ b/Timeline/ClientApp/.gitattributes @@ -0,0 +1 @@ +.yarn/** linguist-vendored
\ No newline at end of file |