Added mobile example app
This commit is contained in:
parent
4fbf705ae5
commit
cf364fc418
26 changed files with 187 additions and 61 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -10,12 +10,19 @@ node_modules
|
|||
npm-debug.log
|
||||
|
||||
# Ignore mocha test data
|
||||
test/data
|
||||
test/data
|
||||
|
||||
# Ignore example data
|
||||
example/node_modules
|
||||
example/npm-debug.log
|
||||
example/mobile_app
|
||||
|
||||
# Ignore example cordova data
|
||||
example/app_mobile/platforms/*
|
||||
!example/app_mobile/platforms/platforms.json
|
||||
example/app_mobile/plugins/*
|
||||
!example/app_mobile/plugins/android.json
|
||||
!example/app_mobile/plugins/fetch.json
|
||||
example/app_mobile/www/es5-ff-spa-loader.js
|
||||
|
||||
# Ignore binary files
|
||||
*.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue