diff --git a/.gitignore b/.gitignore index 01477ff7f7..ee1d46bac1 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,5 @@ apps/remixdesktop/release/ apps/remix-ide/src/assets/list.json apps/remix-ide/src/assets/esbuild.wasm apps/remixdesktop/build* +apps/remixdesktop/reports/ +apps/remixdesktop/logs/ \ No newline at end of file diff --git a/libs/remix-ui/git/src/components/panels/branches/branchedetails.tsx b/libs/remix-ui/git/src/components/panels/branches/branchedetails.tsx index 94400b4ed1..4fd447506f 100644 --- a/libs/remix-ui/git/src/components/panels/branches/branchedetails.tsx +++ b/libs/remix-ui/git/src/components/panels/branches/branchedetails.tsx @@ -51,8 +51,10 @@ export const BranchDetails = (props: BrancheDetailsProps) => {