Riothamus
Riothamus

Reputation: 81

How to show .git directory in aptanas project view

The stackoverflow answer for how to show hidden files in aptanas project view works great in Aptana Studio 3, but it still doesn't show the .git directory in the project view. Is there a way to do that?

Upvotes: 3

Views: 207

Answers (2)

Elías Gómez
Elías Gómez

Reputation: 121

Maybe you can't see it because you have Project Sharing enabled in Team menu for that Project. The only way I have found to see the .git folder is to Disconnect from the Team menu.

Upvotes: 0

luigif
luigif

Reputation: 560

While in Project View click on the white down arrow (View Menu) in the upper right of the pane

enter image description here

and then Customize View...

Deselect the .* resources filter (and also the .* files if you also want to view .htaccess etc.)

enter image description here

and your .git directory will appear.

Upvotes: 1

Related Questions