Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9732d61d authored by Jorge Antonio Diaz-Benito Soriano's avatar Jorge Antonio Diaz-Benito Soriano
Browse files

Restore .gitignore, remove files that were added

parent 005dd85f
Loading
Loading
Loading
Loading
+6 −10
Original line number Diff line number Diff line
@@ -8,20 +8,16 @@
# Java class files
*.class

# IntelliJ and Gradle specific entries
.gradle
.idea/workspace.xml
.idea/tasks.xml
.idea/libraries/*.xml
dataSources.ids
datasources.xml
gradle.xml
build
# generated files
bin/
build/
gen/
target/
*.iml

# Local configuration files (sdk path, etc)
.idea/
.gradle/
local.properties
sample_client/local.properties
tests/local.properties

.idea/.name

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
android-library
 No newline at end of file

.idea/compiler.xml

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line
<?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>
+0 −3
Original line number Diff line number Diff line
<component name="CopyrightManager">
  <settings default="" />
</component>
 No newline at end of file

.idea/encodings.xml

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
</project>
Loading