Skip to content

Commit 0e48ce9

Browse files
committed
⚡️
1 parent ff22207 commit 0e48ce9

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules
2+
coverage
3+
.env
4+
*.log
5+
.jest_cache

.npmignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
test.js
2+
__snapshots__
3+
node_modules
4+
coverage
5+
.env
6+
*.log
7+
babel.config.js
8+
.jest_cache

0 commit comments

Comments
 (0)