aboutsummaryrefslogtreecommitdiffstats
path: root/PlayFramework.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* remove harmful ignoredveim2015-11-291-1/+0
| | | | | 'project/project' is valid directory for 'project' project-related files. For example, if one configure his sbt build to use scala files directly from 'project/', dependencies like 'project/project/plugins.sbt' will be ignored because of this line. See http://www.scala-sbt.org/0.13/tutorial/Organizing-Build.html#sbt+is+recursive.
* Remove entries for Intellij IDEAJonathan Nagy2015-09-011-1/+0
| | | | | | | The *.iml file is IDE specific. It is generated by Intellij IDEA to store project related metadata. It is not a Play Framework specific artifact and should not be included in the PlayFramework.gitignore. See: https://github.com/github/gitignore/pull/1581 I would also vote for the removal of .eclipse and *.eml files on similar grounds but will do so in a separate pull request.
* 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