diff options
author | Brendan Forster <brendan@github.com> | 2018-06-17 16:06:06 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-17 16:06:06 -0300 |
commit | 0bce6214658126349d11986e7cbc4f002180bacd (patch) | |
tree | 422b8b39a33fd7da45c417b213c9ede6fedea849 | |
parent | f74010430015f7e59116a732b8e4ef3ab05d84ca (diff) | |
parent | e6d0ffa6f011c0b7b3135955b72d438e89b217a4 (diff) | |
download | gitignore-0bce6214658126349d11986e7cbc4f002180bacd.tar.gz gitignore-0bce6214658126349d11986e7cbc4f002180bacd.zip |
Merge pull request #1646 from josefglatz/TYPO3-improvements
[Typo3] assorted changes
-rw-r--r-- | Typo3.gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Typo3.gitignore b/Typo3.gitignore index cb024fef..200c2a2b 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -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. |