From daefe48b5cb68441482ebf2948667ab9b43b4a04 Mon Sep 17 00:00:00 2001 From: aeris170 Date: Wed, 29 Jan 2020 02:51:11 +0300 Subject: [PATCH] Ignore documentation files on language stats --- .gitattributes | 3 +++ .gitignore | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe07704..b0dea79c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Auto detect text files and perform LF normalization * text=auto +*.html linguist-vendored +*.css linguist-vendored +*.js linguist-vendored \ No newline at end of file diff --git a/.gitignore b/.gitignore index 42bb580a..f5a5c524 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,11 @@ *.out *.app +#Documentation of ext. libraries +*.html +*.js +*.css + x64/ .vs/ Engine/x64/