File tree Expand file tree Collapse file tree 10 files changed +75
-3
lines changed Expand file tree Collapse file tree 10 files changed +75
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ android/.DS_Store
6
6
ios /.DS_Store
7
7
8
8
build /
9
+ .gradle
10
+ local.properties
11
+ .idea
9
12
/android /src /main /java /com /instabug /reactlibrary /wrappedAPIs
10
13
11
14
# Xcode
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -51,3 +51,6 @@ buck-out/
51
51
* /fastlane /report.xml
52
52
* /fastlane /Preview.html
53
53
* /fastlane /screenshots
54
+
55
+ # Bundle artifact
56
+ * .jsbundle
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >InstabugSample</name >
4
+ <comment >Project android created by Buildship.</comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.buildship.core.gradleprojectbuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ </buildSpec >
14
+ <natures >
15
+ <nature >org.eclipse.buildship.core.gradleprojectnature</nature >
16
+ </natures >
17
+ </projectDescription >
Original file line number Diff line number Diff line change
1
+ connection.project.dir =
2
+ eclipse.preferences.version =1
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/" />
4
+ <classpathentry kind =" con" path =" org.eclipse.buildship.core.gradleclasspathcontainer" />
5
+ <classpathentry kind =" output" path =" bin/default" />
6
+ </classpath >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >app</name >
4
+ <comment >Project app created by Buildship.</comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.jdt.core.javabuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ <buildCommand >
14
+ <name >org.eclipse.buildship.core.gradleprojectbuilder</name >
15
+ <arguments >
16
+ </arguments >
17
+ </buildCommand >
18
+ </buildSpec >
19
+ <natures >
20
+ <nature >org.eclipse.jdt.core.javanature</nature >
21
+ <nature >org.eclipse.buildship.core.gradleprojectnature</nature >
22
+ </natures >
23
+ </projectDescription >
Original file line number Diff line number Diff line change
1
+ connection.project.dir =..
2
+ eclipse.preferences.version =1
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >android</name >
4
+ <comment >Project android created by Buildship.</comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.buildship.core.gradleprojectbuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ </buildSpec >
14
+ <natures >
15
+ <nature >org.eclipse.buildship.core.gradleprojectnature</nature >
16
+ </natures >
17
+ </projectDescription >
Original file line number Diff line number Diff line change
1
+ connection.project.dir =
2
+ eclipse.preferences.version =1
You can’t perform that action at this time.
0 commit comments