From 82cc2415b7a2b09e08fc5463d543d8a1878f3300 Mon Sep 17 00:00:00 2001 From: Jens True Date: Sat, 30 Jan 2021 14:45:15 +0100 Subject: [PATCH] Remove jsconfig.json --- .gitignore | 1 + assets/jsconfig.json | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 assets/jsconfig.json diff --git a/.gitignore b/.gitignore index 408085c..9c132e3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ # Hugo resources/ public/ +assets/jsconfig.json \ No newline at end of file diff --git a/assets/jsconfig.json b/assets/jsconfig.json deleted file mode 100644 index 2654689..0000000 --- a/assets/jsconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "compilerOptions": { - "baseUrl": ".", - "paths": { - "*": [ - "..\\..\\..\\AppData\\Local\\Temp\\hugo_cache\\modules\\filecache\\modules\\pkg\\mod\\github.com\\wowchemy\\wowchemy-hugo-modules\\wowchemy@v0.0.0-20210123180413-7dbc1f73edfd\\assets\\*" - ] - } - } -} \ No newline at end of file