This commit is contained in:
Konrad Pabjan 2020-02-20 15:48:03 -05:00
parent 18f0f591fb
commit 6ced765a9f
12 changed files with 4792 additions and 4 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
# Ignore node_modules, ncc is used to compile nodejs modules into a single file in the releases branch
node_modules/
# Ignore js files that are transpiled from ts files in src/
lib/