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

Commit 0e5cf5ec authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

Add /e/ README and .gitignore

(cherry picked from commit dd489dd6)
parent e2924548
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
*.iml
.gradle
/local.properties
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
.idea
/src/main/libs
/src/main/obj

.idea/.gitignore

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
# Default ignored files
/shelf/
/workspace.xml

.idea/gradle.xml

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="GradleMigrationSettings" migrationVersion="1" />
  <component name="GradleSettings">
    <option name="linkedExternalProjectsSettings">
      <GradleProjectSettings>
        <option name="externalProjectPath" value="$PROJECT_DIR$" />
        <option name="gradleJvm" value="#GRADLE_LOCAL_JAVA_HOME" />
        <option name="resolveExternalAnnotations" value="false" />
      </GradleProjectSettings>
    </option>
  </component>
</project>
 No newline at end of file

.idea/migrations.xml

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ProjectMigrations">
    <option name="MigrateToGradleLocalJavaHome">
      <set>
        <option value="$PROJECT_DIR$" />
      </set>
    </option>
  </component>
</project>
 No newline at end of file

.idea/misc.xml

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
<project version="4">
  <component name="ExternalStorageConfigurationManager" enabled="true" />
  <component name="ProjectRootManager">
    <output url="file://$PROJECT_DIR$/build/classes" />
  </component>
  <component name="ProjectType">
    <option name="id" value="Android" />
  </component>
</project>
 No newline at end of file
Loading