Skip to content

Commit e6092d8

Browse files
committed
pre-prod backup
1 parent 658a441 commit e6092d8

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ package-lock.json
55
# Test coverages
66
coverage
77

8-
# Dev files
9-
includeReferences.js
10-
example/parallel-testing.js
11-
example/parallel-testing-2.js
8+
# Typescript configs
9+
tsconfig.json
10+
tslint.json

.npmignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Module dependencies
2+
node_modules
3+
package-lock.json
4+
5+
# Test coverages
6+
coverage
7+
8+
# Typescript configs
9+
tsconfig.json
10+
tslint.json

0 commit comments

Comments
 (0)