File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- # # TYPO3 v4
1+ # # TYPO3 v6.2
22# Ignore serveral upload and file directories.
33/fileadmin /user_upload /
44/fileadmin /_temp_ /
5+ /fileadmin /_processed_ /
56/uploads /
67# Ignore cache
78/typo3conf /temp_CACHED *
89/typo3conf /temp_fieldInfo.php
9- # Ignore local config which overrides typo3 config.
10- # You should include your local stuff with `@include('localconf_local.php');` at the end of localconf.php.
11- # See http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git for details.
12- /typo3conf /localconf_local.php
10+ /typo3conf /deprecation_ * .log
11+ /typo3conf /AdditionalConfiguration.php
1312# Ignore system folders, you should have them symlinked.
14- # If not comment out the following two entries.
13+ # If not comment out the following entries.
1514/typo3
16- /t3lib
15+ /typo3_src
16+ /typo3_src- *
17+ /.htaccess
18+ /index.php
1719# Ignore temp directory.
1820/typo3temp /
You can’t perform that action at this time.
0 commit comments