Initial commit

This commit is contained in:
Isaac Parenteau
2018-07-11 14:44:12 -05:00
commit bbb3c08ba9
11 changed files with 358 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
.classpath
.idea
.project
.settings
npm-debug.log
phantomjs
tags
*.DS_Store
*/bin/
**/.classpath
**/.settings
**/*.swp
**/target
**/.tern-project
**/*.iml
**/git.properties
target/**