mirror of
https://github.com/github/gitignore
synced 2024-10-31 17:18:45 +01:00
7112380d97
Typo3 now has an official way of overriding Configuration (AdditionalConfiguration.php). /t3lib has moved into the /typo3 Directory. Removed v4 specific ignores because it is deprecated and should no longer be used. There were ignores missing for the symlinked setup.
21 lines
466 B
Plaintext
21 lines
466 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/AdditionalConfiguration.php
|
|
# Ignore system folders, you should have them symlinked.
|
|
# If not comment out the following entries.
|
|
/typo3
|
|
/typo3_src
|
|
/typo3_src-*
|
|
/.htaccess
|
|
/index.php
|
|
# Ignore temp directory.
|
|
/typo3temp/
|