Skip to content

Commit 66e61f6

Browse files
committed
Configure ncc and remove node_modules
1 parent 9557e68 commit 66e61f6

183 files changed

Lines changed: 4780 additions & 14056 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# Explicitly not ignoring node_modules so that they are included in package downloaded by runner
2-
!node_modules/
1+
# Ignore node_modules, ncc is used to compile nodejs modules into a single file
2+
node_modules/
33
__tests__/runner/*
44

5+
# Ignore js files that are transpiled from ts files in src/
6+
lib/
7+
58
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
69
# Logs
710
logs

0 commit comments

Comments
 (0)