aboutsummaryrefslogtreecommitdiffstats
path: root/PlayFramework.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Increase the specificity of PlayFramework rulesTorben Werner2014-03-211-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.xArinto Murdopo2013-12-251-0/+2
| | | | Link: http://www.playframework.com/documentation/2.2.x/Anatomy
* Merge pull request #657 from MrBogomips/masterJustin Spahr-Summers2013-11-121-0/+1
|\ | | | | PlayFramework: exclude assets under the bin/ directory generated by the compiler
| * Exclude bin/* assets generated by the compilerGiovanni Costagliola2013-05-231-0/+1
| |
* | There is no need to unignore `.gitignore`.Bengt Lüers2013-07-051-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üers2013-07-051-3/+0
|/
* Merge pull request #212 from ikeike443/patch-1Jared Koumentis2012-10-041-0/+2
|\ | | | | Delete duplicated "eclipse" and support ignoring IDEA's metafile such as
| * Delete duplicated "eclipse" and support ignoring IDEA's metafile such as ↵ikeike4432011-10-271-1/+2
| | | | | | | | *.iml, *.eml
* | Merge pull request #321 from torifat/patch-1Jared Koumentis2012-10-041-1/+0
|\ \ | | | | | | duplicate entry for modules removed
| * | duplicate entry for modules removedRifat Nabi2012-04-221-1/+0
| | |
* | | Added Play 2.0 working directories Bastien Colmard2012-06-051-0/+3
|/ / | | | | as stated in the official documentation http://www.playframework.org/documentation/2.0/Anatomy
* | Merge pull request #238 from rikkert/masterChris Wanstrath2012-04-181-0/+2
|\ \ | | | | | | lib/ and modules/
| * | Add lib/ and modules/.Ramiro Rikkert2012-01-131-0/+2
| |/
* | Merge pull request #228 from thiagocaiubi/patch-1Chris Wanstrath2012-04-181-0/+1
|\ \ | | | | | | Adds modules
| * | Adds modules. It is used to keep the full path of each module required by ↵Thiago Caiubi2011-12-111-0/+1
| |/ | | | | | | the application. It can be generated using: '$ play dependencies --sync'
* / removed duplicate 'eclipse' entryClemens Müller2011-10-211-1/+0
|/
* Ignoring precompiled directoryOliver Schrenk2011-04-091-0/+1
|
* Add logs and server.pidChris Wanstrath2011-02-211-2/+3
| | | | | | Conflicts: PlayFramework.gitignore
* Ignoring db, logs, server.pidOliver Schrenk2011-01-281-3/+6
|
* added play framework gitignoreRafael George2010-11-111-0/+11