Configure ncc and remove node_modules

This commit is contained in:
Konrad Pabjan
2019-11-25 10:04:57 -05:00
parent 9557e68f0c
commit 66e61f647e
183 changed files with 4780 additions and 14056 deletions

7
.gitignore vendored
View File

@ -1,7 +1,10 @@
# Explicitly not ignoring node_modules so that they are included in package downloaded by runner
!node_modules/
# Ignore node_modules, ncc is used to compile nodejs modules into a single file
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