From 3efb3a6d1421a4c1bca26d82ddd3e72f6a63b8ba Mon Sep 17 00:00:00 2001 From: ColaTasty Date: Thu, 27 Jun 2019 01:41:46 +0800 Subject: [PATCH 1/2] Create .gitignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1e6f419 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ + +.idea/inspectionProfiles/profiles_settings.xml +.idea/interesting-python.iml +.idea/misc.xml +.idea/modules.xml +.idea/vcs.xml +.idea/workspace.xml +Wechat_article_collector/__pycache__/add_hyperlinks.cpython-37.pyc From f8e65b7161e77dab3f8b7c4f0a4ddeb9cda4d0b2 Mon Sep 17 00:00:00 2001 From: ColaTasty Date: Thu, 27 Jun 2019 01:48:02 +0800 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1e6f419..ca139bf 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ .idea/vcs.xml .idea/workspace.xml Wechat_article_collector/__pycache__/add_hyperlinks.cpython-37.pyc +.idea/encodings.xml