Fixed .gitignore

This commit is contained in:
Erik C. Thauvin 2015-10-22 16:00:45 -07:00
parent 9684726ee5
commit 9d67b34354
3 changed files with 11 additions and 3170 deletions

11
.gitignore vendored
View file

@ -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

View file

@ -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 &

File diff suppressed because it is too large Load diff