Skip to content

Commit

Permalink
build: add .yarnclean to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Feb 22, 2021
1 parent 3d0f7e4 commit 30d79a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
yarn-error.log
package-lock.json
coverage
.env
.env
.yarnclean
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "husky install",
"cm": "cz"
"commit": "cz"
},
"dependencies": {
"@koa/cors": "^3.1.0",
Expand Down

0 comments on commit 30d79a2

Please sign in to comment.