Skip to content

Instantly share code, notes, and snippets.

@randomresult
Created October 17, 2013 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randomresult/7026160 to your computer and use it in GitHub Desktop.
Save randomresult/7026160 to your computer and use it in GitHub Desktop.
TYPO3 example .gitignore - can be used to customize. #typo3 #git #gitignore
typo3/typo3conf/temp_CACHED_*
typo3/typo3conf/AdditionalConfiguration.php
typo3/typo3conf/temp_CACHED*
typo3/typo3conf/deprecation*
temp_CACHED_*
typo3/typo3conf/realurl_autoconf.php
typo3/typo3temp
typo3/typo3temp/
typo3/typo3temp/*
typo3/typo3conf/ENABLE_INSTALL_TOOL
typo3/INSTALL.txt
typo3/README.txt
typo3/RELEASE_NOTES.txt
typo3/.htaccess
typo3/uploads
typo3/uploads/
typo3/uploads/*
#netbean folder
/nbproject/private/
nbproject/
nbproject/private/
nbproject/private/*
nbproject/*
#dreamweaver files
*dwsync.xml
#mac related files
._.DS_Store
*._.DS_Store*
.DS_Store
*.DS_Store
*.DS_Store*
#phpstorm related files
.idea
stats/
cgi-bin/
typo3/typo3conf/LocalConfiguration.php
typo3/typo3conf/local_configuration.php
#fileadmin ignored
typo3/fileadmin/
#unignore template folder in fileadmin
!typo3/fileadmin/templates/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment