diff options
author | Thiago Caiubi <thiago.caiubi@gmail.com> | 2011-12-11 01:58:58 -0200 |
---|---|---|
committer | Thiago Caiubi <thiago.caiubi@gmail.com> | 2011-12-11 01:58:58 -0200 |
commit | 8ad25f7730bd8ff2974bd3cdeac1d358d6548702 (patch) | |
tree | ec59a6ba4675a8aab8112f8e7bd13e2ce69b93ee /PlayFramework.gitignore | |
parent | 85d179675a1448a6e22c9e013bc4e6c4f9703670 (diff) | |
download | gitignore-8ad25f7730bd8ff2974bd3cdeac1d358d6548702.tar.gz gitignore-8ad25f7730bd8ff2974bd3cdeac1d358d6548702.zip |
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'
Diffstat (limited to 'PlayFramework.gitignore')
-rw-r--r-- | PlayFramework.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |