This commit is contained in:
Konrad Pabjan
2019-11-05 17:38:12 -05:00
parent bbc52402b0
commit 3d91cc2674
4 changed files with 614 additions and 45 deletions

4
.gitignore vendored
View File

@ -1,6 +1,10 @@
# Ignore node_modules, ncc is used to compile nodejs modules into a single file in the releases branch
node_modules/
__tests__/runner/*
# Ignore js files that are transpiled from ts files in src/
lib/
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
# Logs
logs