Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc5240 commit 3d91cc2Copy full SHA for 3d91cc2
.gitignore
@@ -1,6 +1,10 @@
1
# Ignore node_modules, ncc is used to compile nodejs modules into a single file in the releases branch
2
+node_modules/
3
__tests__/runner/*
4
5
+# Ignore js files that are transpiled from ts files in src/
6
+lib/
7
+
8
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
9
# Logs
10
logs
0 commit comments