Skip to content

Commit

Permalink
Improve the gitignore / npm ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Sep 24, 2019
1 parent 3fe7aaf commit 63feabb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -91,4 +91,5 @@ tests/cases/user/create-react-app/create-react-app
tests/cases/user/webpack/webpack
tests/cases/user/puppeteer/puppeteer
tests/cases/user/axios-src/axios-src
tests/cases/user/prettier/prettier
tests/cases/user/prettier/prettier
tmp
6 changes: 5 additions & 1 deletion .npmignore
Expand Up @@ -31,4 +31,8 @@ yarn.lock
CONTRIBUTING.md
TEST-results.xml
.dockerignore
Dockerfile
Dockerfile
.DS_Store
.eslintrc.json
.yarnrc
tmp

0 comments on commit 63feabb

Please sign in to comment.