From: Torben Werner Date: Fri, 21 Mar 2014 01:46:27 +0000 (+1100) Subject: Increase the specificity of PlayFramework rules X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a6cabefb87e10e7a945d5b765d6637a192c7ecbe;p=gitignore.git Increase the specificity of PlayFramework rules The original ignore was far too general and results in eliminating packages named "db" or "project", for example. These are not that uncommon for package names. Fixes #921. --- diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 3bf02289..4735f055 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -1,19 +1,17 @@ # Ignore Play! working directory # -bin -db -eclipse -lib -log -logs -modules -precompiled -project/project -project/target -target -tmp +bin/ +/db +.eclipse +/lib/ +/logs/ +/modules +/project/project +/project/target +/target +tmp/ test-result server.pid *.iml *.eml -dist +/dist/ .cache