Commit 8393bbb8 by dazhou

删除多余注释与空行

parent de93e863
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules /node_modules
/.pnp /.pnp
.pnp.js .pnp.js
# testing
/coverage /coverage
# production
.history/ .history/
.idea/ .idea/
# misc
.DS_Store .DS_Store
.env .env
.env.local .env.local
...@@ -20,7 +12,6 @@ ...@@ -20,7 +12,6 @@
.env.production.local .env.production.local
.vscode/ .vscode/
build/api.js build/api.js
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment