Configure dummy app, rake tasks, and travis

This commit is contained in:
Brandon Robins
2017-12-19 23:41:28 -06:00
parent 147189f862
commit fc78886d5b
10 changed files with 130 additions and 2 deletions

7
.gitignore vendored
View File

@@ -1,8 +1,10 @@
*.gem
*.log
*.rbc
/.config
/coverage/
/InstalledFiles
/litmus*/
/pkg/
/spec/reports/
/spec/examples.txt
@@ -48,3 +50,8 @@ build-iPhoneSimulator/
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
## Dummy app
/spec/dummy/lib/
/spec/dummy/log/
/spec/dummy/tmp/