您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Typo3.gitignore 465B

1234567891011121314151617181920
  1. ## TYPO3 v6.2
  2. # Ignore several upload and file directories.
  3. /fileadmin/user_upload/
  4. /fileadmin/_temp_/
  5. /fileadmin/_processed_/
  6. /uploads/
  7. # Ignore cache
  8. /typo3conf/temp_CACHED*
  9. /typo3conf/temp_fieldInfo.php
  10. /typo3conf/deprecation_*.log
  11. /typo3conf/AdditionalConfiguration.php
  12. # Ignore system folders, you should have them symlinked.
  13. # If not comment out the following entries.
  14. /typo3
  15. /typo3_src
  16. /typo3_src-*
  17. /.htaccess
  18. /index.php
  19. # Ignore temp directory.
  20. /typo3temp/