From 8ad25f7730bd8ff2974bd3cdeac1d358d6548702 Mon Sep 17 00:00:00 2001 From: Thiago Caiubi Date: Sun, 11 Dec 2011 01:58:58 -0200 Subject: [PATCH] Adds modules. It is used to keep the full path of each module required by the application. It can be generated using: '$ play dependencies --sync' --- PlayFramework.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index dea05b4c..1e2add19 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -14,3 +14,4 @@ tmp test-result eclipse server.pid +modules