Skip to content

Instantly share code, notes, and snippets.

@brikis98
Created April 4, 2014 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brikis98/9970242 to your computer and use it in GitHub Desktop.
Save brikis98/9970242 to your computer and use it in GitHub Desktop.
app → Application sources
└ controllers → Application controllers
└ Application.scala → An example controller
└ models → Application business layer
└ views → Templates
build.sbt → Application build script
conf → Configurations files and other non-compiled resources (on classpath)
└ application.conf → Main configuration file
└ routes → Routes definition
public → Public assets
└ stylesheets → CSS files
└ javascripts → Javascript files
└ images → Image files
project → sbt configuration files
└ build.properties → Marker for sbt project
└ plugins.sbt → sbt plugins including the declaration for Play itself
lib → Unmanaged libraries dependencies
logs → Standard logs folder
└ application.log → Default log file
target → Generated stuff
test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment