Skip to content

Commit

Permalink
Merge pull request #1 from TheButlah/fix_child_proc
Browse files Browse the repository at this point in the history
fix: Child process termination, workspaces, gitignore, logger
  • Loading branch information
loucass003 authored Apr 24, 2022
2 parents 9fc9b66 + 90144f1 commit 1b6b6e3
Show file tree
Hide file tree
Showing 11 changed files with 6,301 additions and 6,938 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
# JS/TS dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
# Build artifacts
/build
/target

# misc
.DS_Store
Expand All @@ -22,5 +23,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*


*.log
*.log
Loading

0 comments on commit 1b6b6e3

Please sign in to comment.