diff --git a/.gitignore b/.gitignore index b418425..4d466c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ public/ -node_modules/ \ No newline at end of file +node_modules/ + assets/jsconfig.json \ No newline at end of file diff --git a/assets/jsconfig.json b/assets/jsconfig.json deleted file mode 100644 index 31ed517..0000000 --- a/assets/jsconfig.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "compilerOptions": { - "baseUrl": ".", - "paths": { - "*": [ - "../../../../hugo_cache/modules/filecache/modules/pkg/mod/github.com/gohugoio/hugo!test!modules!j!s/mod1@v0.1.0/assets/*", - "../../../../hugo_cache/modules/filecache/modules/pkg/mod/github.com/gohugoio/hugo!test!modules!j!s/mod2@v0.1.0/assets/*" - ] - } - } -} \ No newline at end of file