From a4843397dcb9cb942dfa3a1aaa7d70555bf62a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Mon, 23 Mar 2020 16:18:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E9=99=A4=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +++++ .jshintrc | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .jshintrc diff --git a/.gitignore b/.gitignore index 4e5d5a5f..b88b6b21 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ /monsters-info/Download-pad.skyozora.com /monsters-info/opencc *formatting.json +/monsters-info/official-API/*-dungeon.json +/monsters-info/official-API/*-enemy_skill.json +/monsters-info/official-API/*-limited_bonus.json +/monsters-info/official-API/*-mdatadl.json +/monsters-info/official-API/*-shop_item.json diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 00000000..bbac6bf9 --- /dev/null +++ b/.jshintrc @@ -0,0 +1,3 @@ +{ + "esversion": 6 +} \ No newline at end of file