diff --git a/.gitattributes b/.gitattributes index 6313b56..cb72b81 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ * text=auto eol=lf +wrapper/* linguist-vendored diff --git a/.gitignore b/.gitignore index 967c76d..2942a3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ *.lock +*.code-workspace diff --git a/.npmignore b/.npmignore index 5b72f26..3bc0886 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,3 @@ examples/ node_modules/ +*.code-workspace diff --git a/vendor.yml b/vendor.yml deleted file mode 100644 index 6a17508..0000000 --- a/vendor.yml +++ /dev/null @@ -1 +0,0 @@ -wrapper/* linguist-vendored