Fixed .gitignore
This commit is contained in:
parent
9684726ee5
commit
9d67b34354
3 changed files with 11 additions and 3170 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,6 +1,12 @@
|
||||||
|
**/.idea/dictionaries
|
||||||
|
**/.idea/gradle.xml
|
||||||
|
**/.idea/libraries
|
||||||
|
**/.idea/tasks.xml
|
||||||
|
**/.idea/workspace.xml
|
||||||
|
*.iws
|
||||||
|
.DS_Store
|
||||||
.classpath
|
.classpath
|
||||||
.gradle
|
.gradle
|
||||||
.idea
|
|
||||||
.nb-gradle
|
.nb-gradle
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
|
@ -10,6 +16,7 @@
|
||||||
/dist
|
/dist
|
||||||
/fetcher.properties
|
/fetcher.properties
|
||||||
/gen
|
/gen
|
||||||
|
/local.properties
|
||||||
/log4j.properties
|
/log4j.properties
|
||||||
/logs
|
/logs
|
||||||
/mobibot.properties
|
/mobibot.properties
|
||||||
|
@ -19,3 +26,5 @@
|
||||||
/test-output
|
/test-output
|
||||||
/weather.log
|
/weather.log
|
||||||
CVS
|
CVS
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
|
@ -17,7 +17,7 @@ Some very basic instructions:
|
||||||
java -jar mobibot.jar -h
|
java -jar mobibot.jar -h
|
||||||
|
|
||||||
{ twitter oauth token request }
|
{ twitter oauth token request }
|
||||||
java -cp mobibot.jar net.thauvin.erik.mobibot.TwitterOAuth <consumerKey> <consumerSecret>
|
java -cp mobibot.jar net.thauvin.erik.mobibot.TwitterOAuth <consumerKey> <consumerSecret>
|
||||||
|
|
||||||
{ launch }
|
{ launch }
|
||||||
/usr/bin/nohup java -jar mobibot.jar &
|
/usr/bin/nohup java -jar mobibot.jar &
|
||||||
|
|
3168
mobibot.iws
3168
mobibot.iws
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue