Typo3.gitignore 639 字节
Newer Older
1
## TYPO3 v4
J
Jens Jahnke 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14
# Ignore serveral upload and file directories.
/fileadmin/user_upload/
/fileadmin/_temp_/
/uploads/
# Ignore cache
/typo3conf/temp_CACHED*
/typo3conf/temp_fieldInfo.php
# Ignore local config which overrides typo3 config.
# You should include your local stuff with `@include('localconf_local.php');` at the end of localconf.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.
# If not comment out the following two entries.
15 16
/typo3
/t3lib
J
Jens Jahnke 已提交
17 18
# Ignore temp directory.
/typo3temp/