Created
September 4, 2011 17:41
playframework .gitignore file template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore | |
# Ignore all dotfiles... | |
.* | |
# except for .gitignore | |
!.gitignore | |
# Ignore Play! working directory # | |
db | |
eclipse | |
log | |
logs | |
precompiled | |
tmp | |
test-result | |
eclipse | |
server.pid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment