![]() |
|
sfSCMIgnoresTaskPlugin - 1.0.1Automatically generate and optionally add 'ignores' for your SCM. |
|
![]() |
5
users
Sign-in
to change your status |
Automatically generate and optionally add 'ignores' for your SCM. |
This task will create the ignore files for your SCM. It currently can do GIT and CVS ignore files. It will ignore all base directories, the cache directory contents, the log directory contents, and configuration files that are specific to your computer(databases.yml,projectConfiguration.class.php). It can add these ignore files to the repository if you toggle that option.
| Name | Status | |
|---|---|---|
|
|
lead | moc.eviftes <<ta>> ttam |
Copyright (c) 2009 Matt Daum <matt@setfive.com> http://setfive.com
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
| Version | License | API | Released |
|---|---|---|---|
| 1.0.6stable | MIT license | 1.0.6stable | 18/03/2010 |
| 1.0.5stable | MIT license | 1.0.5stable | 03/12/2009 |
| 1.0.4stable | MIT license | 1.0.4stable | 03/12/2009 |
| Version | License | API | Released |
|---|---|---|---|
| 1.0.6stable | MIT license | 1.0.6stable | 18/03/2010 |
| 1.0.5stable | MIT license | 1.0.5stable | 03/12/2009 |
| 1.0.4stable | MIT license | 1.0.4stable | 03/12/2009 |
| Version | License | API | Released |
|---|---|---|---|
| 1.0.6stable | MIT license | 1.0.6stable | 18/03/2010 |
| 1.0.5stable | MIT license | 1.0.5stable | 03/12/2009 |
| 1.0.4stable | MIT license | 1.0.4stable | 03/12/2009 |
| 1.0.3stable | MIT license | 1.0.3stable | 14/08/2009 |
| 1.0.2stable | MIT license | 1.0.0stable | 26/03/2009 |
| 1.0.1stable | MIT license | 1.0.0stable | 24/03/2009 |
| 1.0.0stable | MIT license | 1.0.0stable | 22/03/2009 |
| Version | License | API | Released |
|---|---|---|---|
| 1.0.6stable | MIT license | 1.0.6stable | 18/03/2010 |
| 1.0.5stable | MIT license | 1.0.5stable | 03/12/2009 |
| 1.0.4stable | MIT license | 1.0.4stable | 03/12/2009 |
| 1.0.3stable | MIT license | 1.0.3stable | 14/08/2009 |
| 1.0.2stable | MIT license | 1.0.0stable | 26/03/2009 |
| Version | License | API | Released |
|---|---|---|---|
| 1.0.5stable | MIT license | 1.0.5stable | 03/12/2009 |
| 1.0.4stable | MIT license | 1.0.4stable | 03/12/2009 |
Removed extra files, also made it so if you already have an ignore file in the current directory, it will not overwrite it.
Updated to work on windows based machines, thanks to Davert.
Doctrine functionality fix.
1.3/1.4 update
Added basic Doctrine support.
Updated small typo in the force add of the commands.
Removed extra files, also made it so if you already have an ignore file in the current directory, it will not overwrite it.
Initial release.
Automatically generate and optionally add 'ignores' for your SCM.
$ symfony util:generate-ignores [--add-ignores] scm
Arguments: scm Which SCM you use, git or cvs
Options:
--add-ignores Add the ignore files automatically to your SCM
Feel free to contact me if you have any questions or requests.
-Make the search through the directories a bit more efficient -Look into adding support for other SCMs.
