Intellij doesn’t show .git directory

The .git directory is ignored by default. To see it in the project pane, do the following:

  • Go to the settings (Help | Find Action...Ctrl/Cmd+Shift+A and type “Settings”).
  • Navigate to Editor | File Types in the Settings dialog.
  • Remove .git from the table under the Ignored files and folders tab.

Leave a Comment