From f156a5d37af0fd1e066a511d3dd83b0f6d98eefc Mon Sep 17 00:00:00 2001 From: Dong Wang Date: Fri, 8 Sep 2017 17:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e5dc9ed4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.iml +.classpath +.settings +.idea +target +logs +node_modules/ +.project +.DS_Store