From 0fca6246e423864e8e65c903111cf617bd595b6a Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Mon, 22 Jun 2020 09:41:43 +0200 Subject: [PATCH] build - add web ignore file --- build/.webignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 build/.webignore diff --git a/build/.webignore b/build/.webignore new file mode 100644 index 0000000000000..7d4503401f25b --- /dev/null +++ b/build/.webignore @@ -0,0 +1,15 @@ +# cleanup rules for web node modules, .gitignore style + +jschardet/src/** + +xterm/src/** + +xterm-addon-search/src/** +xterm-addon-search/out/** +xterm-addon-search/fixtures/** + +xterm-addon-unicode11/src/** +xterm-addon-unicode11/out/** + +xterm-addon-webgl/src/** +xterm-addon-webgl/out/**