Skip to content

Instantly share code, notes, and snippets.

@rotespferd
Created January 22, 2015 15:25
Show Gist options
  • Save rotespferd/979c8611731a70ceeebe to your computer and use it in GitHub Desktop.
Save rotespferd/979c8611731a70ceeebe to your computer and use it in GitHub Desktop.
TYPO3.gitignore
.DS_Store
## 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
/typo3conf/AdditionalConfiguration.php
# Ignore system folders, you should have them symlinked.
# If not comment out the following two entries.
/typo3
/t3lib
/typo3_src
# Ignore temp directory.
/typo3temp/
/.idea/
_processed_
fileadmin/template/t3s/local-constants.t3s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment