From c60162ee259e0db6bb1d8e2666121afc6e818092 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 25 Nov 2019 21:59:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85gitignore=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++++- spring-boot-seckill.iml | 17 ++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 50eb0af..31a2150 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,8 @@ /.settings/ *.project *.classpath -*apiclient_cert.p12 \ No newline at end of file +*apiclient_cert.p12 + +# idea files +.idea/ +*.iml diff --git a/spring-boot-seckill.iml b/spring-boot-seckill.iml index 708d20c..497ab20 100644 --- a/spring-boot-seckill.iml +++ b/spring-boot-seckill.iml @@ -1,6 +1,21 @@ - + + + + + + + + + + + + + + + + -- Gitee