From 9c5e7f98c05c976f209f2adaaf3142a936acbc53 Mon Sep 17 00:00:00 2001 From: Repooc Date: Wed, 30 Jul 2014 02:30:07 -0400 Subject: [PATCH] Added some intellij in. --- .gitignore | 11 ++++++++++- .hgignore | 11 ++++++++++- .idea/copyright/LUA_Projects.xml | 9 +++++++++ .idea/copyright/profiles_settings.xml | 10 ++++++++++ 4 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 .idea/copyright/LUA_Projects.xml create mode 100644 .idea/copyright/profiles_settings.xml diff --git a/.gitignore b/.gitignore index eb52733..bd1e22b 100644 --- a/.gitignore +++ b/.gitignore @@ -164,5 +164,14 @@ pip-log.txt *.sublime* -.idea +.idea/libraries/ +.idea/scopes/ +.idea/compiler.xml +.idea/encodings.xml +.idea/misc.xml +.idea/modules.xml +.idea/.name +.idea/uiDesigner.xml +.idea/vcs.xml +.idea/workspace.xml *.iml \ No newline at end of file diff --git a/.hgignore b/.hgignore index 2d8c945..7f15d84 100644 --- a/.hgignore +++ b/.hgignore @@ -166,5 +166,14 @@ pip-log.txt *.sublime* -.idea +.idea/libraries/ +.idea/scopes/ +.idea/compiler.xml +.idea/encodings.xml +.idea/misc.xml +.idea/modules.xml +.idea/.name +.idea/uiDesigner.xml +.idea/vcs.xml +.idea/workspace.xml *.iml \ No newline at end of file diff --git a/.idea/copyright/LUA_Projects.xml b/.idea/copyright/LUA_Projects.xml new file mode 100644 index 0000000..e80dbc2 --- /dev/null +++ b/.idea/copyright/LUA_Projects.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..f383e83 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file -- 1.7.9.5