]> source.dussan.org Git - gitignore.git/commitdiff
added play framework gitignore
authorRafael George <george.rafael@gmail.com>
Wed, 10 Nov 2010 22:52:55 +0000 (06:52 +0800)
committerChris Wanstrath <chris@ozmm.org>
Thu, 11 Nov 2010 03:59:21 +0000 (11:59 +0800)
PlayFramework.gitignore [new file with mode: 0644]

diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore
new file mode 100644 (file)
index 0000000..01cc9af
--- /dev/null
@@ -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