Skip to content

Instantly share code, notes, and snippets.

@klaeufer
Created January 30, 2012 19:00
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save klaeufer/1705986 to your computer and use it in GitHub Desktop.
Save klaeufer/1705986 to your computer and use it in GitHub Desktop.
Sample .gitignore for Play Framework applications
# general
*~
*.log
tmp
dump
# Eclipse
.settings
.cache
.project
.classpath
.scala_dependencies
bin
# SBT
dist
project/boot
project/target
project/plugins/target
target
.target
# Play
logs
RUNNING_PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment