added example
This commit is contained in:
parent
30404c8701
commit
cb9a12f8a1
18 changed files with 508 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -9,6 +9,12 @@ npm-debug.log
|
|||
# Ignore mocha test data
|
||||
test/data
|
||||
|
||||
# Ignore example data
|
||||
example/node_modules
|
||||
example/npm-debug.log
|
||||
example/www_static/css/lib
|
||||
example/www_static/js/lib
|
||||
|
||||
# Ignore binary files
|
||||
*.o
|
||||
*.class
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue