diff --git a/.gitignore b/.gitignore index ee2b54f1e..75ad33e79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,3 @@ -lib/ -apps/web/public/*.js -apps/web/public/*.js.map - ### Generated by gibo (https://github.com/simonwhitaker/gibo) ### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Node.gitignore diff --git a/apps/web/.gitignore b/apps/web/.gitignore new file mode 100644 index 000000000..07f86bbc7 --- /dev/null +++ b/apps/web/.gitignore @@ -0,0 +1,3 @@ +test-results/ +public/*.js +public/*.js.map diff --git a/package-lock.json b/package-lock.json index 7c1b9efaa..7f8c918ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,9 +6,9 @@ "": { "name": "@app/app", "devDependencies": { - "@9renpoto/eslint-config-typescript": "^7.6.0", - "@9renpoto/stylelint-config": "^7.7.2", - "@9renpoto/tsconfig": "^7.6.0", + "@9renpoto/eslint-config-typescript": "^7.0.0", + "@9renpoto/stylelint-config": "^7.0.0", + "@9renpoto/tsconfig": "^7.0.0", "@types/rosie": "^0.0.43", "husky": "^8.0.3", "lint-staged": "^14.0.0", diff --git a/package.json b/package.json index cfcb674f7..06b91eaa2 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "test": "npm run test --workspaces" }, "devDependencies": { - "@9renpoto/eslint-config-typescript": "^7.6.0", - "@9renpoto/stylelint-config": "^7.7.2", - "@9renpoto/tsconfig": "^7.6.0", + "@9renpoto/eslint-config-typescript": "^7.0.0", + "@9renpoto/stylelint-config": "^7.0.0", + "@9renpoto/tsconfig": "^7.0.0", "@types/rosie": "^0.0.43", "husky": "^8.0.3", "lint-staged": "^14.0.0", diff --git a/packages/ui/.gitignore b/packages/ui/.gitignore index 1591a0dd4..100ad89a5 100644 --- a/packages/ui/.gitignore +++ b/packages/ui/.gitignore @@ -1 +1,2 @@ +lib/ storybook-static/