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