From 4fad2f82dee21f0aceffb69c530ad1f78b38b6e7 Mon Sep 17 00:00:00 2001 From: Rafael George Date: Thu, 11 Nov 2010 06:52:55 +0800 Subject: [PATCH] added play framework gitignore --- PlayFramework.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 PlayFramework.gitignore diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore new file mode 100644 index 00000000..01cc9af1 --- /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 -- 2.39.5