Skip to content

Commit 14e6808

Browse files
Ty SmithIsrael Camacho
authored andcommitted
Cleanup to prep for oss
* Lint fixes * gitignore Change-Id: Ic527fb348e75d6a5dfd415fd2767bc5fe159c0d7
1 parent 4c16a8a commit 14e6808

File tree

3 files changed

+40
-3
lines changed

3 files changed

+40
-3
lines changed

.gitignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# OSX files
2+
.DS_Store
3+
4+
# Gradle Files
5+
.gradle
6+
.m2
7+
.gradletasknamecache
8+
9+
# Build output directories and files
10+
target/
11+
build/
12+
Version.java
13+
logcat.txt
14+
15+
# Eclipse specific files/directories
16+
.classpath
17+
.project
18+
.settings
19+
.metadata
20+
bin/
21+
22+
# IntelliJ specific files/directories
23+
out
24+
.idea
25+
*.ipr
26+
*.iws
27+
*.iml
28+
local.properties
29+
30+
# crashlytics files
31+
com_crashlytics_export_strings.xml
32+
crashlytics_local_developer_strings.xml
33+
manifest.txt
34+
crashlytics.keystore.properties
35+
crashlytics-build.properties
36+
37+
fabric.properties

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Check out [more details and other build tool integrations](https://fabric.io/dow
3939
## Getting Started
4040

4141
* Sign up for a [Fabric account](https://fabric.io) and follow onboarding instructions to get your Fabric API Key and build secret, found under the organization settings of the Fabric web dashboard.
42-
* Get your Digits API key from the plugin.
43-
* Rename /samples/app/fabric.properties.sample to /samples/app/fabric.properties and populate information.
42+
* Get your Digits API key from the IDE plugin.
43+
* Rename samples/app/fabric.properties.sample to samples/app/fabric.properties and populate information.
4444
* Run Sample app to verify build.
4545
* For extensive documentation, please see the [official documentation](http://docs.fabric.io/android/digits/index.html).
4646

digits/lint.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
<issue id="UnusedResources">
2222
<ignore path="src/main/res/layout/tw__activity_login.xml"/>
2323
</issue>
24-
24+
<issue id="WrongRegion" severity="ignore" />
2525
</lint>

0 commit comments

Comments
 (0)