Skip to content
Open

V2.0 #68

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ build
node_modules
deps
.idea
<<<<<<< HEAD
sandbox
core
oldtest
.env
.vscode/
.vscode/
=======
core
.env
.vscode
>>>>>>> master
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
a.out
build
node_modules
deps
.idea
sandbox
core
oldtest
.env
.vscode/
test/
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Copyright (c) 2019, IBM
Copyright (c) 2010 Lee Smith <notwink@gmail.com>

Permission is hereby granted, free of charge, to any person
Expand Down
Loading