From 54033fc05fd74d4e47ff56de5067546e47ef55de Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Tue, 10 Mar 2020 16:23:17 +0100 Subject: [PATCH] Added pom and improved gitignore. --- .gitignore | 4 ++++ pom.xml | 12 ++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index a1c2a23..8cfc723 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,7 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + +# IntelliJ files +.idea/ +*.iml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..e68cea0 --- /dev/null +++ b/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + com.gyrobian + SQL-Assesser-2 + 1.0-SNAPSHOT + + + \ No newline at end of file