From 6bea4388df255440d52004abb072edbfc3c6aaa7 Mon Sep 17 00:00:00 2001 From: ACFPeacekeeper Date: Mon, 10 Feb 2025 03:35:31 +0000 Subject: [PATCH] Removed files generated by Maven and added .gitignore to avoid tracking settings, virtual env and generated files --- .gitignore | 20 ++++++++++++++++++ .../pt/tecnico/grpc/client/HelloClient.class | Bin 3270 -> 0 bytes .../compile/default-compile/createdFiles.lst | 1 - .../compile/default-compile/inputFiles.lst | 1 - 4 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 .gitignore delete mode 100644 java_client/target/classes/pt/tecnico/grpc/client/HelloClient.class delete mode 100644 java_client/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst delete mode 100644 java_client/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6fbaf2f --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# IntelliJ IDEA +.idea/ + +# VSCode +.vscode/ + +# Eclipse +bin/ +*.project +*.classpath +*.settings/ + +# Python virtual environment +.venv + +# Python compiled bytecode +*__pycache__/ + +# Maven generated files +*target/ \ No newline at end of file diff --git a/java_client/target/classes/pt/tecnico/grpc/client/HelloClient.class b/java_client/target/classes/pt/tecnico/grpc/client/HelloClient.class deleted file mode 100644 index 1fef1af2fd7bcd3aeeadda4e3b7fe7df76ccd421..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3270 zcmb7GYgZFj6y28u2IDA-Pkc2fXo!zg?ZX0Eg`&^`TBD#<+YZS!j7(@=?>YOPyZ1Tg-ar1ia~Hr~T#ujz zAq`<2wWt$Va?Thx5|&|S5{F05$&@cp*J;|OzfT|(Ya3dCdMwZo(XkNv4D;kg&zD(R zIe9v*=nsHQCvn6zZ9nO|(#UpbSS+wH=O=ubvdxr}$hf&wB4wG<_7lC*vYhVVJ%S}z zs-aQGGAtKpxEEBnWq6*zqKx#DW;SQZK_e>#mdDzP3kH#MHPg;?M6eR8G_2Oqgf#-o zszfB98Rmm@>vG#wb~JEz(X3MI-0RjVClU$ z`)prkq)Ys9!^+FUX9ZTq`pSbWSp-qG=xD`eQXK?C+s-PnoGJ^is7*%+?>?665ffO< zFi*9n&qVh|TN$a+Ev{p$5-lWMw;tQc+JVwmVqRM`YkD48YpzE^V9jyQ$jJ7n+7SJt zqmJiCbB^n)Juksd9lMk;8f8!dC>|cs@hBb>sLvU$C%L;>80~9h;_cD#1lmb#))mUTfRRuikmmJ?l;lNzI%Nk2a#a3VGx zScwm2&b-iCD%L1RW`sxZtcIgHk~l`qX2&c79hK+v(j!+972}j9yGg-3JzGjn9rYMu zxtw*`InoiFz)20y={SYc0*MF2Vj6qJG#2Qoni3BPNLo(dd8P9U0$b<5Ir^rOz!q;WT%u+~!?h^s0AdQCNZa9D&@I z1U!J-mTt}szWg{~jk6p~kD(20+_^THUa2_td z7Qll~5IT#?(0KI$Zr_5|xTt`J0#>Nkwc+1Ub21daJBjtl0yYhYI@iYUUdJXixurIk zT&w0zhU05@1s0ct`1RjE<9BPXqxlxv8n*>dZH+sMPzwFw!0=`~w5vZJ-ZhEcd$+E; zgU5lv?UU#z;6MRA?ct{IB>LKGCvmv(cmcx&oN2FXs%@$(;Kg>0>o;iyoNWphU=FM8 zhM=}P$h$De&_dq7qF9O;8qvjPFWc`RR$&OMF~%-zVI3)1j|tw%UdKj!h%LB6>ubFH z-M|j~hMg$z`le_*O{z9xGx8V@2)s?N3mnh!?7E1TI5vU(c$u>`#M*;bI2Iz}HoS`0 z5GHOb$KRk<*SPwdc#ERkKm*>!CDQ&5ks=8F&8zWWXx)T&`5h+ad&IcR_ZoaaEKnYS pkNAHDU-BzXG=n#vueg^Z_!?LFJi)hb`TUOGKk)e@*ZT!c{{cyWtDOJ< diff --git a/java_client/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/java_client/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 219c3de..0000000 --- a/java_client/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1 +0,0 @@ -pt/tecnico/grpc/client/HelloClient.class diff --git a/java_client/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/java_client/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index f719ce7..0000000 --- a/java_client/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1 +0,0 @@ -/mnt/external/Profissional/Teacher/IST/SD/Labs/exercĂ­cios/gRPC_multi_linguagem/original/example_grpc_multilanguage/java_client/src/main/java/pt/tecnico/grpc/client/HelloClient.java