Configure dummy app, rake tasks, and travis
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user