1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 10:18:16 +02:00

Merge pull request #1557 from piccaso/typo3

Update Typo3.gitignore for CMS v6.2
This commit is contained in:
Carl Suster 2015-07-15 11:25:07 +10:00
commit 1cc49ca596

View File

@ -1,18 +1,20 @@
## TYPO3 v4 ## TYPO3 v6.2
# Ignore serveral upload and file directories. # Ignore serveral upload and file directories.
/fileadmin/user_upload/ /fileadmin/user_upload/
/fileadmin/_temp_/ /fileadmin/_temp_/
/fileadmin/_processed_/
/uploads/ /uploads/
# Ignore cache # Ignore cache
/typo3conf/temp_CACHED* /typo3conf/temp_CACHED*
/typo3conf/temp_fieldInfo.php /typo3conf/temp_fieldInfo.php
# Ignore local config which overrides typo3 config. /typo3conf/deprecation_*.log
# You should include your local stuff with `@include('localconf_local.php');` at the end of localconf.php. /typo3conf/AdditionalConfiguration.php
# See http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git for details.
/typo3conf/localconf_local.php
# Ignore system folders, you should have them symlinked. # Ignore system folders, you should have them symlinked.
# If not comment out the following two entries. # If not comment out the following entries.
/typo3 /typo3
/t3lib /typo3_src
/typo3_src-*
/.htaccess
/index.php
# Ignore temp directory. # Ignore temp directory.
/typo3temp/ /typo3temp/