aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaco0416 <laco0416@gmail.com>2014-04-06 19:12:25 +0900
committerlaco0416 <laco0416@gmail.com>2014-04-06 19:12:25 +0900
commit942963afe1bd78849de83a6b5c7932da8e556fe3 (patch)
treec9e021d0285ebb9fc0f03e38391d750bdb129f38
parent16a7a4c35d29568b51518dc46a10a88be22b8f66 (diff)
downloadSmileEssence-942963afe1bd78849de83a6b5c7932da8e556fe3.tar.gz
Fix repository
-rw-r--r--.gitignore2
-rw-r--r--src/twitter4j.properties27
2 files changed, 2 insertions, 27 deletions
diff --git a/.gitignore b/.gitignore
index 9e4b1f6b..7fce8008 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@ out
/proguard-project.txt
/SmileEssenceTest/local.properties
/SmileEssenceTest/proguard-project.txt
+/src/twitter4j.properties
+/SmileEssenceTest/assets/tokens.json
diff --git a/src/twitter4j.properties b/src/twitter4j.properties
deleted file mode 100644
index 0ee5661e..00000000
--- a/src/twitter4j.properties
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# The MIT License (MIT)
-#
-# Copyright (c) 2012-2014 lacolaco.net
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in all
-# copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-# SOFTWARE.
-#
-
-debug=true
-oauth.consumerKey=SIt6h4O6qmBB2URSKsF1Q
-oauth.consumerSecret=Uil1dyrqiodLLqXIB6B0rVwVxFfFCxTf8ggAcszWc \ No newline at end of file