sfSCMIgnoresTaskPlugin
1.0.4stable
for sf 1.4sf 1.3sf 1.2sf 1.1sf 1.0 MIT
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.
Developers
| Name |
Status |
Email |
Matt Daum |
lead |
moc.eviftes <<ta>> ttam
|
License
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.
Releases for sf 1.4
| 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 |
Releases for sf 1.3
| 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 |
Releases for sf 1.2
| 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 |
Releases for sf 1.1
| 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 |
Releases for sf 1.0
| 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 |
Changelog for release 1.0.4 - 03/12/2009
Other releases
Release 1.0.6 - 18/03/2010
Updated to work on windows based machines, thanks to Davert.
Release 1.0.5 - 03/12/2009
Doctrine functionality fix.
Release 1.0.4 - 03/12/2009
Release 1.0.3 - 14/08/2009
Added basic Doctrine support.
Release 1.0.2 - 26/03/2009
Updated small typo in the force add of the commands.
Release 1.0.1 - 24/03/2009
Removed extra files, also made it so if you already have an ignore file in the current directory, it will not overwrite it.
Release 1.0.0 - 22/03/2009
sfSCMIgnoresTaskPlugin
Description
Automatically generate and optionally add 'ignores' for your SCM.
Usage
$ 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
Contact
Feel free to contact me if you have any questions or requests.
TODO
-Make the search through the directories a bit more efficient
-Look into adding support for other SCMs.