Skip to content

Commit 7112380

Browse files
committed
Update Typo3.gitignore for CMS v6.2
Typo3 now has an official way of overriding Configuration (AdditionalConfiguration.php). /t3lib has moved into the /typo3 Directory. Removed v4 specific ignores because it is deprecated and should no longer be used. There were ignores missing for the symlinked setup.
1 parent b304edf commit 7112380

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Typo3.gitignore

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
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/

0 commit comments

Comments
 (0)