From cab91d63948932ee946748fc674d48e498491f3a Mon Sep 17 00:00:00 2001 From: bzh <951755883@qq.com> Date: Sat, 9 May 2020 11:57:52 +0800 Subject: [PATCH] =?UTF-8?q?'=E4=B8=BA=E6=95=B4=E4=B8=AA=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0.gitignore'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..73e7628d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +**/node_modules/ +**/dist/ +**/*.log +**/tests/ + +# Editor directories and files +**/.vscode/ + +**/package-lock.json + +### IntelliJ IDEA ### +**/.idea/ +**/*.iml + +!*/build/*.java +!*/build/*.html +!*/build/*.xml \ No newline at end of file