Skip to content

Commit 63feabb

Browse files
committed
Improve the gitignore / npm ignore
1 parent 3fe7aaf commit 63feabb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,5 @@ tests/cases/user/create-react-app/create-react-app
9191
tests/cases/user/webpack/webpack
9292
tests/cases/user/puppeteer/puppeteer
9393
tests/cases/user/axios-src/axios-src
94-
tests/cases/user/prettier/prettier
94+
tests/cases/user/prettier/prettier
95+
tmp

.npmignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ yarn.lock
3131
CONTRIBUTING.md
3232
TEST-results.xml
3333
.dockerignore
34-
Dockerfile
34+
Dockerfile
35+
.DS_Store
36+
.eslintrc.json
37+
.yarnrc
38+
tmp

0 commit comments

Comments
 (0)