From b24be48dfe82573f34a441795a9dd64c291c3714 Mon Sep 17 00:00:00 2001 From: hwf453 Date: Thu, 17 Oct 2024 13:51:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=96=87=E4=BB=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- httpproxy/.gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 httpproxy/.gitignore diff --git a/httpproxy/.gitignore b/httpproxy/.gitignore new file mode 100644 index 0000000..75cf243 --- /dev/null +++ b/httpproxy/.gitignore @@ -0,0 +1,36 @@ +HELP.md +target/ +/target/× + +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +/.idea/* +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/