From 1ce401518dfd6c24bc6df3e04b360999eca9fcd1 Mon Sep 17 00:00:00 2001 From: x-cold Date: Tue, 21 Aug 2018 09:37:54 +0800 Subject: [PATCH] chore: remove lock files and postman collections Change-Id: Ide2352f8c566c790ea67c9c1ea2ad8f265a8bfe3 --- .gitignore | 5 ++++- yuque-blog.postman_collection | 39 ----------------------------------- 2 files changed, 4 insertions(+), 40 deletions(-) delete mode 100644 yuque-blog.postman_collection diff --git a/.gitignore b/.gitignore index 1183009..2552525 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,7 @@ run track .run/ .vscode/ -!.run/isomorphic \ No newline at end of file +!.run/isomorphic + +package-lock.json +yarn.lock diff --git a/yuque-blog.postman_collection b/yuque-blog.postman_collection deleted file mode 100644 index 9541b73..0000000 --- a/yuque-blog.postman_collection +++ /dev/null @@ -1,39 +0,0 @@ -{ - "variables": [], - "info": { - "name": "yuque-blog", - "_postman_id": "401a3074-a017-1421-f32f-9590402eba8a", - "description": "", - "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json" - }, - "item": [ - { - "name": "article", - "description": "", - "item": [ - { - "name": "获取文章列表", - "request": { - "url": "http://localhost:6001/api/yuque/ariticles", - "method": "GET", - "header": [], - "body": {}, - "description": "" - }, - "response": [] - }, - { - "name": "获取文章详情", - "request": { - "url": "http://localhost:6001/api/yuque/ariticle/ckby22", - "method": "GET", - "header": [], - "body": {}, - "description": "" - }, - "response": [] - } - ] - } - ] -} \ No newline at end of file