Last active
December 27, 2015 18:39
-
-
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 :-)
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
# 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