From 9838cf1910ad566a4cbd7fc572ca1b2dedb1c8bd Mon Sep 17 00:00:00 2001 From: guezoloic Date: Sat, 4 May 2024 19:11:18 +0200 Subject: [PATCH] enlever les .class --- .gitignore | 4 +++- pom.xml | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index b0339a8..028a65d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ .DS_Store #le dossier binary pour séparer et pas importer les .class qui sont inutile a Github. -bin/ \ No newline at end of file +bin/ + +*.class \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c61e4b2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,6 @@ + + + 4.0.0 + \ No newline at end of file