From b237bf8ea3cf60222cfe0c931312e54f3ff12eb2 Mon Sep 17 00:00:00 2001 From: yangfei Date: Wed, 27 Dec 2017 17:39:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e7b4d42 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +logs/* +!.gitkeep +tmp +.DS_Store +.idea +*.iml +*.zip +*.rar +/local.properties +/build +/node_modules +/.vscode +/.vs +*.log +*.rar +*.zip \ No newline at end of file -- 1.8.3.1