Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase the specificity of PlayFramework rules | Torben Werner | 2014-03-21 | 1 | -13/+11 |
| | | | | | | 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. | ||||
* | Add "dist" and ".cache" folders for Play 2.2.x | Arinto Murdopo | 2013-12-25 | 1 | -0/+2 |
| | | | | Link: http://www.playframework.com/documentation/2.2.x/Anatomy | ||||
* | Merge pull request #657 from MrBogomips/master | Justin Spahr-Summers | 2013-11-12 | 1 | -0/+1 |
|\ | | | | | PlayFramework: exclude assets under the bin/ directory generated by the compiler | ||||
| * | Exclude bin/* assets generated by the compiler | Giovanni Costagliola | 2013-05-23 | 1 | -0/+1 |
| | | |||||
* | | There is no need to unignore `.gitignore`. | Bengt Lüers | 2013-07-05 | 1 | -3/+0 |
| | | | | | | | | Because files and directories starting with a `.` are not ignored in general. | ||||
* | | Files and directories starting with a `.` should not be ignored in general. | Bengt Lüers | 2013-07-05 | 1 | -3/+0 |
|/ | |||||
* | Merge pull request #212 from ikeike443/patch-1 | Jared Koumentis | 2012-10-04 | 1 | -0/+2 |
|\ | | | | | Delete duplicated "eclipse" and support ignoring IDEA's metafile such as | ||||
| * | Delete duplicated "eclipse" and support ignoring IDEA's metafile such as ↵ | ikeike443 | 2011-10-27 | 1 | -1/+2 |
| | | | | | | | | *.iml, *.eml | ||||
* | | Merge pull request #321 from torifat/patch-1 | Jared Koumentis | 2012-10-04 | 1 | -1/+0 |
|\ \ | | | | | | | duplicate entry for modules removed | ||||
| * | | duplicate entry for modules removed | Rifat Nabi | 2012-04-22 | 1 | -1/+0 |
| | | | |||||
* | | | Added Play 2.0 working directories | Bastien Colmard | 2012-06-05 | 1 | -0/+3 |
|/ / | | | | | as stated in the official documentation http://www.playframework.org/documentation/2.0/Anatomy | ||||
* | | Merge pull request #238 from rikkert/master | Chris Wanstrath | 2012-04-18 | 1 | -0/+2 |
|\ \ | | | | | | | lib/ and modules/ | ||||
| * | | Add lib/ and modules/. | Ramiro Rikkert | 2012-01-13 | 1 | -0/+2 |
| |/ | |||||
* | | Merge pull request #228 from thiagocaiubi/patch-1 | Chris Wanstrath | 2012-04-18 | 1 | -0/+1 |
|\ \ | | | | | | | Adds modules | ||||
| * | | Adds modules. It is used to keep the full path of each module required by ↵ | Thiago Caiubi | 2011-12-11 | 1 | -0/+1 |
| |/ | | | | | | | the application. It can be generated using: '$ play dependencies --sync' | ||||
* / | removed duplicate 'eclipse' entry | Clemens Müller | 2011-10-21 | 1 | -1/+0 |
|/ | |||||
* | Ignoring precompiled directory | Oliver Schrenk | 2011-04-09 | 1 | -0/+1 |
| | |||||
* | Add logs and server.pid | Chris Wanstrath | 2011-02-21 | 1 | -2/+3 |
| | | | | | | Conflicts: PlayFramework.gitignore | ||||
* | Ignoring db, logs, server.pid | Oliver Schrenk | 2011-01-28 | 1 | -3/+6 |
| | |||||
* | added play framework gitignore | Rafael George | 2010-11-11 | 1 | -0/+11 |