Sha256: db074885ed7f8670d5c27dae444b159569620bbde6de5ddcc9bdc7bc21286abc

Contents?: true

Size: 639 Bytes

Versions: 8

Compression:

Stored size: 639 Bytes

Contents

## TYPO3 v4
# Ignore serveral upload and file directories.
/fileadmin/user_upload/
/fileadmin/_temp_/
/uploads/
# Ignore cache
/typo3conf/temp_CACHED*
/typo3conf/temp_fieldInfo.php
# Ignore local config which overrides typo3 config.
# You should include your local stuff with `@include('localconf_local.php');` at the end of localconf.php.
# See http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git for details.
/typo3conf/localconf_local.php
# Ignore system folders, you should have them symlinked.
# If not comment out the following two entries.
/typo3
/t3lib
# Ignore temp directory.
/typo3temp/

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
boot-cli-1.0.0 lib/templates/gitignores/Typo3.gitignore
boot-cli-0.3.1 lib/templates/gitignores/Typo3.gitignore
boot-cli-0.3.0 lib/templates/gitignores/Typo3.gitignore
forgitter-0.0.9 data/github/Typo3.gitignore
forgitter-0.0.8 data/github/Typo3.gitignore
forgitter-0.0.7 data/github/Typo3.gitignore
forgitter-0.0.6 data/github/Typo3.gitignore
forgitter-0.0.5 data/Typo3.gitignore