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