From 921f84f79521a6dbb9096cdac63e94cd24bdb991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?xiaozhiliaoo=28=E5=B0=8F=E7=9F=A5=E4=BA=86=29?= <772654204@qq.com> Date: Tue, 15 Dec 2020 03:44:49 +0800 Subject: [PATCH] add more ignore to .gitignore file (#25) * add more ignore to .gitignore file * Update .gitignore End file with EOL. Co-authored-by: Gary Gregory --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.gitignore b/.gitignore index 525681c..5a2ee8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,31 @@ /target/ /.classpath /.project +/.settings/ +/bin/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea/ +*.iws +*.ipr +*.iml + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +/build/ + +### VS Code ### +.vscode/