Skip to content

Commit 3d91cc2

Browse files
Konrad PabjanKonrad Pabjan
Konrad Pabjan
authored and
Konrad Pabjan
committed
Cleanup
1 parent bbc5240 commit 3d91cc2

File tree

4 files changed

+4662
-4093
lines changed

4 files changed

+4662
-4093
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Ignore node_modules, ncc is used to compile nodejs modules into a single file in the releases branch
2+
node_modules/
23
__tests__/runner/*
34

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

0 commit comments

Comments
 (0)