Typo3 466 B

123456789101112131415161718192021
  1. ## TYPO3 v6.2
  2. # Ignore serveral 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/