Skip to content

Commit 36d96c7

Browse files
author
xiaoliang0227
committed
add git ignore
1 parent e0527c9 commit 36d96c7

File tree

5 files changed

+30
-1
lines changed

5 files changed

+30
-1
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.gradle/*
2+
.idea/*
3+
build/intermediates/dex-cache/cache.xml
4+
build/intermediates/model_data.bin

app/app.iml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="ModouDemo" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
2+
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="modouapi-android" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
33
<component name="FacetManager">
44
<facet type="android-gradle" name="Android-Gradle">
55
<configuration>

build/intermediates/dex-cache/cache.xml

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<pre-dex-items>
33

4+
<item
5+
dex="/Users/JasonZhao/workspace/guoke/modouapi-android/app/build/intermediates/pre-dexed/debug/classes-57098f03e6c1a8f0b08d42b2621a3d0be82b160f.jar"
6+
jar="/Users/JasonZhao/workspace/guoke/modouapi-android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/classes.jar"
7+
jumboMode="false"
8+
revision="20.0.0"
9+
sha1="3499ceba05ca1f6037c6a2fad73df8f636224a28"/>
410
<item
511
dex="/Users/JasonZhao/workspace/guoke/ModouDemo/app/build/intermediates/pre-dexed/debug/support-v4-19.1.0-ff65a2ea4fdc16298647cdee865abaf39b17d1e0.jar"
612
jar="/Users/JasonZhao/tools/android_sdks/sdk/extras/android/m2repository/com/android/support/support-v4/19.1.0/support-v4-19.1.0.jar"

build/intermediates/model_data.bin

574 Bytes
Binary file not shown.

modouapi-android.iml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
3+
<component name="FacetManager">
4+
<facet type="java-gradle" name="Java-Gradle">
5+
<configuration>
6+
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
7+
</configuration>
8+
</facet>
9+
</component>
10+
<component name="NewModuleRootManager" inherit-compiler-output="true">
11+
<exclude-output />
12+
<content url="file://$MODULE_DIR$">
13+
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
14+
</content>
15+
<orderEntry type="jdk" jdkName="JDK" jdkType="JavaSDK" />
16+
<orderEntry type="sourceFolder" forTests="false" />
17+
</component>
18+
</module>
19+

0 commit comments

Comments
 (0)