diff options
Diffstat (limited to 'options/gitignore/Typo3')
-rw-r--r-- | options/gitignore/Typo3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/options/gitignore/Typo3 b/options/gitignore/Typo3 index cb024fefe9..200c2a2bf7 100644 --- a/options/gitignore/Typo3 +++ b/options/gitignore/Typo3 @@ -8,12 +8,15 @@ /typo3conf/temp_CACHED* /typo3conf/temp_fieldInfo.php /typo3conf/deprecation_*.log -/typo3conf/AdditionalConfiguration.php +/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. |