From cc97640ce4b34b3301000ce88a6bb57d9ae10f75 Mon Sep 17 00:00:00 2001 From: Heliosares Date: Wed, 8 Mar 2023 06:02:41 -0500 Subject: [PATCH] Publish .gitignore --- .gitignore | 6 ++++ AuxProtect.iml | 75 -------------------------------------------------- 2 files changed, 6 insertions(+), 75 deletions(-) create mode 100644 .gitignore delete mode 100644 AuxProtect.iml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..67f3972 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/target/ +.idea* +auxprotect.iml +AuxProtect.iml +.classpath +.project \ No newline at end of file diff --git a/AuxProtect.iml b/AuxProtect.iml deleted file mode 100644 index c972d3a..0000000 --- a/AuxProtect.iml +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file