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 | 1e2ee47007c9057a025e0c77c56443aef7b0dd59 (patch) | |
tree | 0614719b5e79f4e4c008ac9f08a905f17e29cf92 | |
parent | 5862692851bd2a29b94097257e47fe3d7ef67903 (diff) | |
download | timeline-1e2ee47007c9057a025e0c77c56443aef7b0dd59.tar.gz timeline-1e2ee47007c9057a025e0c77c56443aef7b0dd59.tar.bz2 timeline-1e2ee47007c9057a025e0c77c56443aef7b0dd59.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 |