Skip to content

Instantly share code, notes, and snippets.

@punkdata
Last active December 27, 2015 18:39
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 punkdata/7371115 to your computer and use it in GitHub Desktop.
Save punkdata/7371115 to your computer and use it in GitHub Desktop.
Play Framework 2 .gitignore - These are my git ignore file settings . Obviously rename this file to .gitignore :-)
# Ignore Play! working directory #
db
dist
eclipse
lib
log
logs
modules
precompiled
project/project
project/target
target
tmp
test-result
server.pid
*.iml
*.eml
.history
/.idea
/*.iml
/out
/.idea_modules
/.classpath
/.project
/RUNNING_PID
/.settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment