[TYPO3-dev] ExtManager: ignoring files in CVS and .svn subdirectories of an extension
Dimitri Tarassenko
mitka at mitka.us
Thu Mar 16 13:19:15 CET 2006
On 3/16/06, Dmitry Dulepov <typo3 at fm-world.ru> wrote:
> > Check out this extension: ms_em_no_dotfiles
>
> It probably removes .htaccess as well. Do you know if it works with new
> EM too?
Looks like it does:
foreach ($fileArr as $index=>$file) {
if (strpos($file,'/.')){
unset ($fileArr[$index]);
}
}
Plus, it only ignores them at the time of extension upload to TER - I
was mainly concerned about the change tracking when you look at the
extension details.
How about we collect the most often use files/directories and patch
EM? Meaning, .svn, CVS, .project, .cvsignore, .svnignore, *.kpf for
Komodo files, something else?
--
Dimitri Tarassenko
More information about the TYPO3-dev
mailing list