aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--app/.gitignore1
-rw-r--r--app/app.iml2
3 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 519e12a2..2c86c4c7 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ SmileEssence
#How to Fork
+ Clone this repository.
-+ Add file `src/main/resources/twitter4j.properties` and write your application's API keys.
++ Write your application's API keys to `src/main/resources/twitter4j.properties` and `src/debug/resources/twitter4j.properties`.
```
# twitter4j.properties
diff --git a/app/.gitignore b/app/.gitignore
index ae7c37b0..b16f3f6c 100644
--- a/app/.gitignore
+++ b/app/.gitignore
@@ -1,2 +1,3 @@
/build
/src/main/resources/twitter4j.properties
+/src/debug/resources/twitter4j.properties
diff --git a/app/app.iml b/app/app.iml
index ced6f219..e68320ef 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -95,8 +95,8 @@
<orderEntry type="library" exported="" name="twitter4j-stream-4.0.2" level="project" />
<orderEntry type="library" exported="" name="library-3.2.3" level="project" />
<orderEntry type="library" exported="" name="crouton-1.8.5" level="project" />
- <orderEntry type="library" exported="" name="snakeyaml-1.12" level="project" />
<orderEntry type="library" exported="" name="support-annotations-21.0.3" level="project" />
+ <orderEntry type="library" exported="" name="snakeyaml-1.12" level="project" />
<orderEntry type="library" exported="" name="library-1.0.11" level="project" />
<orderEntry type="library" exported="" name="twitter-text-1.6.1" level="project" />
<orderEntry type="library" exported="" name="twitter4j-core-4.0.2" level="project" />