From 425f6f7c677d03f453a0d10dbfabdaf9a4f4af15 Mon Sep 17 00:00:00 2001 From: AmyFoxFN Date: Sat, 19 May 2018 13:55:15 +0800 Subject: [PATCH] [add] gitignore: test publish files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ca1e2e8c5..b7ed584a2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,10 @@ test/unit/coverage test/e2e/reports selenium-debug.log +# Test publish files +cube-ui-*.tgz +package/ + # Editor directories and files .idea .vscode