From ad485342f4153e893ebdd6e375a0a3084579c345 Mon Sep 17 00:00:00 2001 From: F-loat Date: Fri, 21 Dec 2018 15:25:02 +0800 Subject: [PATCH] add .gitignore --- template/common/.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 template/common/.gitignore diff --git a/template/common/.gitignore b/template/common/.gitignore new file mode 100644 index 0000000..a65be9d --- /dev/null +++ b/template/common/.gitignore @@ -0,0 +1,10 @@ +.DS_Store +.project +.vscode + +node_modules/ +unpackage/ + +npm-debug.log* +yarn-debug.log* +yarn-error.log*