diff --git a/.gitattributes b/.gitattributes index 36d1f7b..c9468fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,9 @@ # Let GitHub Linguist ignore documentation and Wails generated files # https://github.com/github-linguist/linguist/blob/master/docs/overrides.md -/frontend/src/components/icon.svelte linguist-vendored /frontend/wailsjs/**/* linguist-generated /website/**/* linguist-documentation + +# Exclude certain files from exports +/.github/**/* export-ignore +/.vscode/**/* export-ignore +/website/**/* export-ignore diff --git a/frontend/src/components/icon.svelte b/frontend/src/components/icon.svelte index c5e2ff6..269ed33 100644 --- a/frontend/src/components/icon.svelte +++ b/frontend/src/components/icon.svelte @@ -1,4 +1,6 @@