From 51158740c10c471bcaf8988b70aebcefa3f557b2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 29 九月 2018 13:36:47 +0800
Subject: [PATCH] 1

---
 .gitignore |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/.gitignore b/.gitignore
index 32858aa..5c73e35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,18 @@
-*.class
+.DS_Store
+node_modules/
+/dist/
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+/test/unit/coverage/
+/test/e2e/reports/
+selenium-debug.log
 
-# Mobile Tools for Java (J2ME)
-.mtj.tmp/
+# Editor directories and files
+.idea
+.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
 
-# Package Files #
-*.jar
-*.war
-*.ear
-
-# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
-hs_err_pid*

--
Gitblit v1.8.0