Skip to content

Instantly share code, notes, and snippets.

@maiha
Created April 26, 2010 10:32
Show Gist options
  • Save maiha/379189 to your computer and use it in GitHub Desktop.
Save maiha/379189 to your computer and use it in GitHub Desktop.
.
|-- app
| |-- controllers
| | `-- Application.scala
| |-- models
| `-- views
| |-- Application
| | `-- index.html
| |-- errors
| | |-- 404.html
| | `-- 500.html
| `-- main.html
|-- conf
| |-- application.conf
| |-- messages
| `-- routes
|-- lib
|-- public
| |-- images
| | `-- favicon.png
| |-- javascripts
| | `-- jquery-1.4.2.min.js
| `-- stylesheets
| `-- main.css
`-- test
|-- Application.test.html
|-- ApplicationTest.java
|-- BasicTest.java
`-- data.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment