From 7ba067e016d52846e938d9ffc959766ef6e9833d Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Tue, 20 Nov 2018 16:03:32 -0500 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20ignore=20file=20=E7=94=A8?= =?UTF-8?q?=E4=BA=8E=E5=BF=BD=E7=95=A5=20Eclipse=20=E7=9A=84=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2e1f0b6dc7..999bc0fbfb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,43 @@ +# Binaries +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip +*.war +*.ear +*.sar +*.class + +# Maven +target/ + +# eclipse project file +.settings/ +.classpath +.project + + +# IntelliJ project files +*.iml +*.iws +*.ipr +.idea/ + + + +# NetBeans specific +nbproject/private/ +build/ +nbbuild/ +dist/ +nbdist/ +nbactions.xml +nb-configuration.xml + # Windows image file caches Thumbs.db ehthumbs.db @@ -45,4 +85,4 @@ $RECYCLE.BIN/ Network Trash Folder Temporary Items .apdisk -/target/ +