Initial version

This commit is contained in:
2016-07-09 06:36:51 -04:00
commit c07d86512a
14 changed files with 662 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Ignore build generated files
build/
dist/
dist.zip
# Ignore waf lock file
.lock-waf*
# Ignore installed node modules
node_modules/
.idea/