How can I show .git folder in Netbeans
I have a project which I check out remotely from my VM. Now it checks out all files except the one that he doesn't see. Which happens to be the .git folder... I already removed the regex from the options->miscellenous->files From ^(CVS|SCCS|vssver.?\.scc|#.*#|%.*%|_svn)$|~$|^\.(?!htaccess$).*$ to ^(CVS|SCCS|vssver.?\.scc|#.*#|%.*%|_svn)$|~$|^\.(?!htaccess$)$ But the folder itself still doesn't get pulled... Anyone has a solution for this? I am using Netbeans 7.3 64 bit on windows 7. VonC Your solution should work, as illustrated in the comments of " Display hidden dot files and directories in