summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Turner <don@chonk.co.uk>2015-10-05 20:14:40 +0100
committerDon Turner <don@chonk.co.uk>2015-10-05 20:14:40 +0100
commit2385d9ebbf36c71353a5fdb6515562f49ef1d426 (patch)
treec7613e202b987eac1ddf0144ec0b11723cd4029e
parent9c1b793385aeebbed6cb8131cc1881bf1eef8f39 (diff)
downloaddrrickorang-2385d9ebbf36c71353a5fdb6515562f49ef1d426.tar.gz
Removing .idea folder from source control
-rw-r--r--LoopbackApp/.gitignore7
-rw-r--r--LoopbackApp/.idea/.name1
-rw-r--r--LoopbackApp/.idea/compiler.xml22
-rw-r--r--LoopbackApp/.idea/copyright/profiles_settings.xml3
-rw-r--r--LoopbackApp/.idea/dictionaries/rago.xml3
-rw-r--r--LoopbackApp/.idea/gradle.xml18
-rw-r--r--LoopbackApp/.idea/misc.xml78
-rw-r--r--LoopbackApp/.idea/modules.xml9
-rw-r--r--LoopbackApp/.idea/runConfigurations.xml12
-rw-r--r--LoopbackApp/.idea/vcs.xml6
10 files changed, 3 insertions, 156 deletions
diff --git a/LoopbackApp/.gitignore b/LoopbackApp/.gitignore
index afbdab3..ba4ecba 100644
--- a/LoopbackApp/.gitignore
+++ b/LoopbackApp/.gitignore
@@ -1,6 +1,5 @@
.gradle
-/local.properties
-/.idea/workspace.xml
-/.idea/libraries
+local.properties
+.idea
.DS_Store
-/build
+build
diff --git a/LoopbackApp/.idea/.name b/LoopbackApp/.idea/.name
deleted file mode 100644
index e50190c..0000000
--- a/LoopbackApp/.idea/.name
+++ /dev/null
@@ -1 +0,0 @@
-LoopbackApp \ No newline at end of file
diff --git a/LoopbackApp/.idea/compiler.xml b/LoopbackApp/.idea/compiler.xml
deleted file mode 100644
index 9a8b7e5..0000000
--- a/LoopbackApp/.idea/compiler.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="CompilerConfiguration">
- <option name="DEFAULT_COMPILER" value="Javac" />
- <resourceExtensions />
- <wildcardResourcePatterns>
- <entry name="!?*.java" />
- <entry name="!?*.form" />
- <entry name="!?*.class" />
- <entry name="!?*.groovy" />
- <entry name="!?*.scala" />
- <entry name="!?*.flex" />
- <entry name="!?*.kt" />
- <entry name="!?*.clj" />
- </wildcardResourcePatterns>
- <annotationProcessing>
- <profile default="true" name="Default" enabled="false">
- <processorPath useClasspath="true" />
- </profile>
- </annotationProcessing>
- </component>
-</project> \ No newline at end of file
diff --git a/LoopbackApp/.idea/copyright/profiles_settings.xml b/LoopbackApp/.idea/copyright/profiles_settings.xml
deleted file mode 100644
index e7bedf3..0000000
--- a/LoopbackApp/.idea/copyright/profiles_settings.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<component name="CopyrightManager">
- <settings default="" />
-</component> \ No newline at end of file
diff --git a/LoopbackApp/.idea/dictionaries/rago.xml b/LoopbackApp/.idea/dictionaries/rago.xml
deleted file mode 100644
index ddf5134..0000000
--- a/LoopbackApp/.idea/dictionaries/rago.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<component name="ProjectDictionaryState">
- <dictionary name="rago" />
-</component> \ No newline at end of file
diff --git a/LoopbackApp/.idea/gradle.xml b/LoopbackApp/.idea/gradle.xml
deleted file mode 100644
index 1bbc21d..0000000
--- a/LoopbackApp/.idea/gradle.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="GradleSettings">
- <option name="linkedExternalProjectsSettings">
- <GradleProjectSettings>
- <option name="distributionType" value="DEFAULT_WRAPPED" />
- <option name="externalProjectPath" value="$PROJECT_DIR$" />
- <option name="gradleJvm" value="1.7" />
- <option name="modules">
- <set>
- <option value="$PROJECT_DIR$" />
- <option value="$PROJECT_DIR$/app" />
- </set>
- </option>
- </GradleProjectSettings>
- </option>
- </component>
-</project> \ No newline at end of file
diff --git a/LoopbackApp/.idea/misc.xml b/LoopbackApp/.idea/misc.xml
deleted file mode 100644
index 6dcbe11..0000000
--- a/LoopbackApp/.idea/misc.xml
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="EntryPointsManager">
- <entry_points version="2.0" />
- </component>
- <component name="ProjectInspectionProfilesVisibleTreeState">
- <entry key="Project Default">
- <profile-state>
- <expanded-state>
- <State>
- <id />
- </State>
- <State>
- <id>Android Lint</id>
- </State>
- <State>
- <id>Finalization issuesJava</id>
- </State>
- <State>
- <id>Groovy</id>
- </State>
- <State>
- <id>ImportsJava</id>
- </State>
- <State>
- <id>JUnit issuesJava</id>
- </State>
- <State>
- <id>Java</id>
- </State>
- <State>
- <id>Memory issuesJava</id>
- </State>
- <State>
- <id>Probable bugsGroovy</id>
- </State>
- </expanded-state>
- <selected-state>
- <State>
- <id>Android</id>
- </State>
- </selected-state>
- </profile-state>
- </entry>
- </component>
- <component name="ProjectLevelVcsManager" settingsEditedManually="false">
- <OptionsSetting value="true" id="Add" />
- <OptionsSetting value="true" id="Remove" />
- <OptionsSetting value="true" id="Checkout" />
- <OptionsSetting value="true" id="Update" />
- <OptionsSetting value="true" id="Status" />
- <OptionsSetting value="true" id="Edit" />
- <ConfirmationsSetting value="0" id="Add" />
- <ConfirmationsSetting value="0" id="Remove" />
- </component>
- <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" assert-keyword="true" jdk-15="true" project-jdk-name="1.7" project-jdk-type="JavaSDK">
- <output url="file://$PROJECT_DIR$/build/classes" />
- </component>
- <component name="ProjectType">
- <option name="id" value="Android" />
- </component>
- <component name="masterDetails">
- <states>
- <state key="ProjectJDKs.UI">
- <settings>
- <last-edited>1.7</last-edited>
- <splitter-proportions>
- <option name="proportions">
- <list>
- <option value="0.2" />
- </list>
- </option>
- </splitter-proportions>
- </settings>
- </state>
- </states>
- </component>
-</project> \ No newline at end of file
diff --git a/LoopbackApp/.idea/modules.xml b/LoopbackApp/.idea/modules.xml
deleted file mode 100644
index 8f01d90..0000000
--- a/LoopbackApp/.idea/modules.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="ProjectModuleManager">
- <modules>
- <module fileurl="file://$PROJECT_DIR$/LoopbackApp.iml" filepath="$PROJECT_DIR$/LoopbackApp.iml" />
- <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
- </modules>
- </component>
-</project> \ No newline at end of file
diff --git a/LoopbackApp/.idea/runConfigurations.xml b/LoopbackApp/.idea/runConfigurations.xml
deleted file mode 100644
index 7f68460..0000000
--- a/LoopbackApp/.idea/runConfigurations.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="RunConfigurationProducerService">
- <option name="ignoredProducers">
- <set>
- <option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
- <option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
- <option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />
- </set>
- </option>
- </component>
-</project> \ No newline at end of file
diff --git a/LoopbackApp/.idea/vcs.xml b/LoopbackApp/.idea/vcs.xml
deleted file mode 100644
index 6564d52..0000000
--- a/LoopbackApp/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="VcsDirectoryMappings">
- <mapping directory="" vcs="" />
- </component>
-</project> \ No newline at end of file