From 131c20d1d52118890ff5961a2aa3645c4e703cf1 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 18 Aug 2021 17:15:57 +0200 Subject: [PATCH] Updated git settings --- .gitattributes | 5 +---- .gitignore | 9 +++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes index 0a56e5a3..7a21231d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,4 @@ general/**/*.json linguist-vendored=true language/**/*.json linguist-vendored=true resource/**/*.json linguist-vendored=true skinpacks/**/*.json linguist-vendored=true -*.json linguist-detectable=true - -node_modules/ -node_modules \ No newline at end of file +*.json linguist-detectable=true \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..0a8a8cc1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.vsix +~\$* +node_modules/ +out/ +dist/ +log.txt +out +node_modules +client/server \ No newline at end of file