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