diff --git a/.gitignore b/.gitignore index 32858aad..fb7e571b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,19 @@ # Mobile Tools for Java (J2ME) .mtj.tmp/ +.idea/workspace.xml +.idea/dictionaries +.idea/misc.xml +.idea/libraries + + # Package Files # *.jar *.war *.ear +*/target +target + # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 00000000..8a0e6a6a --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 00000000..c0bce708 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..04499a56 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/commands.iml b/commands.iml new file mode 100644 index 00000000..7c851e11 --- /dev/null +++ b/commands.iml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file