diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore new file mode 100644 index 0000000..01cc9af --- /dev/null +++ b/PlayFramework.gitignore @@ -0,0 +1,11 @@ +# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore +# Ignore all dotfiles... +.* +# except for .gitignore +!.gitignore + +# Ignore Play! working directory +tmp +log +test-result +eclipse