From 913ff1c551044ac8ce3868f68215a6379496fdd1 Mon Sep 17 00:00:00 2001 From: Jone Date: Tue, 6 Jun 2017 15:38:11 +0800 Subject: [PATCH] 修改过滤文件 --- .gitignore | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3a4d1a2..e0179a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,25 @@ /target/ +/logs/ +/.idea* + +.idea *.iml -/.idea* \ No newline at end of file +*.ipr +*.iws +/out + +# Eclipse Project files +.classpath +.project +.settings/ + + + +.DS_Store +Thumbs.db + +*.bak +*.tem +*.temp +#.swp +*.log \ No newline at end of file -- libgit2 0.21.4