Commit Graph

23 Commits

Author SHA1 Message Date
Joe LaBarbera af3bfa0eb4 Added /project/project to PlayFramework.gitignore
https://www.playframework.com/documentation/2.5.x/Anatomy
2017-02-22 08:43:06 -08:00
dveim ff775c60d3 remove harmful ignore
'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.
2015-11-29 20:48:11 +02:00
Jonathan Nagy abd969f6c9 Remove entries for Intellij IDEA
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.
2015-09-01 19:09:12 +10:00
Torben Werner a6cabefb87 Increase the specificity of PlayFramework rules
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.
2014-03-21 12:46:27 +11:00
Arinto Murdopo 5f10e35598 Add "dist" and ".cache" folders for Play 2.2.x
Link: http://www.playframework.com/documentation/2.2.x/Anatomy
2013-12-25 07:35:59 +08:00
Justin Spahr-Summers e240feae83 Merge pull request #657 from MrBogomips/master
PlayFramework: exclude assets under the bin/ directory generated by the compiler
2013-11-12 10:37:21 -08:00
Bengt Lüers a6c76a5308 There is no need to unignore `.gitignore`.
Because files and directories starting with a `.` are not ignored in general.
2013-07-05 01:06:35 +02:00
Bengt Lüers ad1289f0d9 Files and directories starting with a `.` should not be ignored in general. 2013-07-05 01:06:35 +02:00
Giovanni Costagliola 700e582aca Exclude bin/* assets generated by the compiler 2013-05-23 01:37:46 +03:00
Jared Koumentis e605ce745a Merge pull request #212 from ikeike443/patch-1
Delete duplicated "eclipse" and support ignoring IDEA's metafile such as
2012-10-04 17:44:49 -07:00
Jared Koumentis 62ca2a71d7 Merge pull request #321 from torifat/patch-1
duplicate entry for modules removed
2012-10-04 17:36:47 -07:00
Bastien Colmard cae4051346 Added Play 2.0 working directories
as stated in the official documentation http://www.playframework.org/documentation/2.0/Anatomy
2012-06-05 12:38:20 +03:00
Rifat Nabi a3e7652a23 duplicate entry for modules removed 2012-04-22 02:15:07 +06:00
Chris Wanstrath e7781f83b2 Merge pull request #238 from rikkert/master
lib/ and modules/
2012-04-18 11:59:55 -07:00
Chris Wanstrath 6cd38c564f Merge pull request #228 from thiagocaiubi/patch-1
Adds modules
2012-04-18 11:56:03 -07:00
Ramiro Rikkert 5a7f2910eb Add lib/ and modules/. 2012-01-13 09:28:28 +01:00
Thiago Caiubi 8ad25f7730 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' 2011-12-11 01:58:58 -02:00
ikeike443 8a47a81dde Delete duplicated "eclipse" and support ignoring IDEA's metafile such as *.iml, *.eml 2011-10-27 11:04:05 +09:00
Clemens Müller 52b97d304b removed duplicate 'eclipse' entry 2011-10-21 21:31:37 +03:00
Oliver Schrenk 9c8fab9fcd Ignoring precompiled directory 2011-04-09 01:02:36 +02:00
Chris Wanstrath 0e80099258 Add logs and server.pid
Conflicts:

	PlayFramework.gitignore
2011-02-21 18:09:21 -08:00
Oliver Schrenk 62ea09ae82 Ignoring db, logs, server.pid 2011-01-28 04:11:38 +08:00
Rafael George 4fad2f82de added play framework gitignore 2010-11-11 11:59:21 +08:00