From 0444b1646eea499ce3203db72f0b480f25608c8d Mon Sep 17 00:00:00 2001 From: BigBrainAFK Date: Sat, 12 Oct 2019 08:21:08 +0200 Subject: [PATCH] Add vendored files correctly --- .gitattributes | 1 + .gitignore | 1 + .npmignore | 1 + vendor.yml | 1 - 4 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 vendor.yml 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