From a03cf7eff5d9d3526318411d6c7649339ab9288e Mon Sep 17 00:00:00 2001 From: Aikar Date: Wed, 21 Dec 2016 19:24:51 -0500 Subject: [PATCH] Add Project stuff --- .gitignore | 9 +++++++++ .idea/compiler.xml | 16 ++++++++++++++++ .idea/encodings.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ commands.iml | 28 ++++++++++++++++++++++++++++ 6 files changed, 74 insertions(+) create mode 100644 .idea/compiler.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 commands.iml 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