Skip to content

Commit a86f767

Browse files
committed
updated
2 parents 55c7cfd + f23eec6 commit a86f767

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.npmignore

+24
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
11
/node_modules
22
/.github
3+
4+
/src
5+
.babelrc
6+
tailwind.config.js
7+
8+
# Local config
9+
.vs-code
10+
11+
/.pnp
12+
.pnp.js
13+
14+
# testing
15+
/coverage
16+
17+
# misc
18+
.DS_Store
19+
.env.local
20+
.env.development.local
21+
.env.test.local
22+
.env.production.local
23+
24+
npm-debug.log*
25+
yarn-debug.log*
26+
yarn-error.log*

0 commit comments

Comments
 (0)