Hide .git folder

Currently the FxDK still shows the .git folder generated by git init/clone but it really shouldn’t. It gives no benifits of having that folder in the Resources sub-window, so i assume it’s unintended, i would recommend just hiding that folder. Same goes for git submodules by just ignoring .git files.

VS Code already implements file exclusion. You can find it in settings.json. Seems .git directory is already excluded but fxdk probably does not read/implement file exclusion for their explorer view.

Should be a simple patch. Maybe add a “Hide” option in right-click context menu while at it :pray:

Fixed in both canary and prod channels!

1 Like

This seems to still be an issue. Whenever doing a refresh of resources it trys to load it as a resource, but missing the file, so just tosses an error.

… uh, FxDK doesn’t even have any functionality for ‘a refresh for resources’.

Can you provide more information as to what you are doing and what you’re experiencing exactly?

1 Like

when you either type refresh into F8 or use the refresh in txAdmin, it refreshes the resources. Have had that available since I started with FiveM.