Skip to content

Commit

Permalink
Configure ncc and remove node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
konradpabjan committed Nov 25, 2019
1 parent 9557e68 commit 66e61f6
Show file tree
Hide file tree
Showing 183 changed files with 4,780 additions and 14,056 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit 66e61f6

Please sign in to comment.