gitignore/Typo3.gitignore
Josef Glatz e6d0ffa6f0 [TYPO3] Add ext:realurls's autoconfig file
If you are using the common used ext:realurl without a custom extConf
the auto generated config file shouldn’t be added to scm.
2015-09-02 15:37:33 +02:00

24 lines
515 B
Plaintext

## TYPO3 v6.2
# Ignore serveral upload and file directories.
/fileadmin/user_upload/
/fileadmin/_temp_/
/fileadmin/_processed_/
/uploads/
# Ignore cache
/typo3conf/temp_CACHED*
/typo3conf/temp_fieldInfo.php
/typo3conf/deprecation_*.log
/typo3conf/ENABLE_INSTALL_TOOL
/typo3conf/realurl_autoconf.php
/FIRST_INSTALL
# Ignore system folders, you should have them symlinked.
# If not comment out the following entries.
/typo3
/typo3_src
/typo3_src-*
/Packages
/.htaccess
/index.php
# Ignore temp directory.
/typo3temp/