From 80d3b70c651554300fc836b6cbfd6fafb0beb9e5 Mon Sep 17 00:00:00 2001 From: Changeden Date: Mon, 1 Apr 2019 16:19:35 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=90=88=E5=B9=B6=E8=B7=9F=E5=A4=9A?= =?UTF-8?q?=E8=B5=84=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blacklist/blacklist.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/blacklist/blacklist.md b/blacklist/blacklist.md index 85955cb..4d78d1c 100644 --- a/blacklist/blacklist.md +++ b/blacklist/blacklist.md @@ -55,4 +55,9 @@ |杭州|[智贝科技](https://www.zhipin.com/gongsi/09aefd7a9d507c2f1nd82tu9Ew~~.html)|2019年3月|强制996、歧视程序员|[程序员吐槽:薪资低,996加班无补助,歧视程序员,这hr真乃神人](https://baijiahao.baidu.com/s?id=1627625016599313128)| |深圳|[大疆创新](https://www.dji.com/cn)|2018年12月|996|[程序员猝死之后大疆称无加班文化 离职员工怒了](https://baijiahao.baidu.com/s?id=1619909152168711034&wfr=spider&for=pc)| |武汉|[氪细胞](http://www.timing360.com/)|2019年3月|996|名义上996,实际下班时间更晚
[考勤日历](img/timing360-0823.jpg)
[考勤规则](img/timing360-1201.jpg)| -|广州|[多益网络](https://www.duoyi.com)|2018年3月|9106|[看准](https://www.kanzhun.com/gsr1365983tl56.html)、[知乎](https://www.zhihu.com/question/22713470/answer/145287600)| \ No newline at end of file +|广州|[多益网络](https://www.duoyi.com)|2018年3月|9106|[看准](https://www.kanzhun.com/gsr1365983tl56.html)、[知乎](https://www.zhihu.com/question/22713470/answer/145287600)| + + +更多黑名单 +--- +[shengxinjing/programmer-job-blacklist](https://github.com/shengxinjing/programmer-job-blacklist) From 6be47f19519a01ea728161f0f9c6612a8e45e79c Mon Sep 17 00:00:00 2001 From: Changeden Date: Wed, 10 Apr 2019 09:37:00 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.gitignore b/.gitignore index bfa6a22..b5a2cce 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,27 @@ # Created by .ignore support plugin (hsz.mobi) +.DS_Store +node_modules +/dist +/src/.entry +yarn.lock +package-lock.json + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw* + +*.bat From 70a05240db027ed9c945416d08bbcf7f1821e807 Mon Sep 17 00:00:00 2001 From: Changeden Date: Wed, 10 Apr 2019 09:37:30 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.gitignore b/.gitignore index b5a2cce..e85095f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,5 @@ # Created by .ignore support plugin (hsz.mobi) .DS_Store -node_modules -/dist -/src/.entry -yarn.lock -package-lock.json - -# local env files -.env.local -.env.*.local - -# Log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* # Editor directories and files .idea