[TYPO3-dev] ExtManager: ignoring files in CVS and .svn subdirectories of an extension

Dimitri Tarassenko mitka at mitka.us
Thu Mar 16 16:08:34 CET 2006


Karsten,

On 3/16/06, Karsten Dambekalns <karsten at typo3.org> wrote:
> > 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?
>
> That would be nice, I'll happily implement "ignorance mode" when uploading
> or creating T3X files then.
>
> There is another point: I was asked if I could ignore a folder used for
> including external scripts/libraries from various checks. What would be a
> folder name that is good for this? I saw that libs is used by some
> extensions for "real TYPO3" classes, so what other options do we have?

How about we delegate all these settings to a new field in
$EM_CONF[<extName>]? This way, everyone can specify the
files/subdirectories they want $EM to ignore in ext_emconf.php, and we
don't have to collect anything. We also don't have to create another
convention for an "ignored" folder.

So, for example if I wanted to skip tracking .svn directory and TODO
file in my extension, I would add:

'ignoreLocalFiles' => '.svn, TODO'

to ext_emconf.php

--
Dimitri Tarassenko


More information about the TYPO3-dev mailing list