diff --git a/.gitignore b/.gitignore index 75ad33e7..2086380c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +lib/ +storybook-static/ + ### Generated by gibo (https://github.com/simonwhitaker/gibo) ### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Node.gitignore diff --git a/biome.json b/biome.json index 64a7e322..69a8018d 100644 --- a/biome.json +++ b/biome.json @@ -3,15 +3,10 @@ "organizeImports": { "enabled": true }, - "files": { - "ignore": [ - "./packages/ui/storybook-static/**", - "./apps/web/.next/**", - "./target/**", - "lib/**", - "dist/**", - "coverage/**" - ] + "vcs": { + "enabled": true, + "clientKind": "git", + "useIgnoreFile": true }, "formatter": { "indentStyle": "space" diff --git a/packages/ui/.gitignore b/packages/ui/.gitignore deleted file mode 100644 index 100ad89a..00000000 --- a/packages/ui/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -lib/ -storybook-static/