On Dec 13, 11:09 pm, Kyle Neath <[email protected]> wrote:
>  Do you have any examples? I'm fairly sure the only change we made was to put 
> directories on top.

Here's an example of the current layout: https://github.com/rubyworks/lemon.
As you can see we hace

        .config/
        bin/
        demo/
        lib/
        notes/
        site/
        test/
        work/
        .gitignore
        .ruby
        HISTORY.rdoc
        LICENSE
        ...

For the old layout I had to dig around for a screen snapshot, it was
hard to find but I found one:

  
http://1.bp.blogspot.com/_qi0fykk-Igs/TG4mcb-DHGI/AAAAAAAAA5Q/KFg6DOcPQ_U/s800/github+results+shown.PNG

In which we have:

  .classpath
  .gitignore
  .project
  .settings/
  pom.xml
  src/
  target/

You can see how .settings is listed with the other hidden files.

Ideally the new directory first layout could be adjusted to do (from
previous example):

        bin/
        demo/
        lib/
        notes/
        site/
        test/
        work/
        .config/
        .gitignore
        .ruby
        HISTORY.rdoc
        LICENSE
        ...



-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.

Reply via email to