From 2a607481e436d182765808b59b453d7b06376b8c Mon Sep 17 00:00:00 2001 From: augushong Date: Mon, 22 Nov 2021 20:36:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E6=A0=B9=E7=9B=AE=E5=BD=95=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0js=E9=85=8D=E7=BD=AE,=E4=BD=BF=E6=89=80=E6=9C=89?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E5=8F=AF=E4=BB=A5=E6=8F=90=E7=A4=BAjq;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- jsconfig.json | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 jsconfig.json diff --git a/.gitignore b/.gitignore index b447ffb..09716ec 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ app/index/controller/Test.php composer.phar app/test/ /vendor -/runtime \ No newline at end of file +/runtime +ul.db diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..49602d2 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,7 @@ +{ + "typeAcquisition": { + "include": [ + "jquery" + ] + } +} \ No newline at end of file