.gitignore

Folgender Inhalt muss immer in unseren .gitignore Dateien stehen:

# Created by .ignore support plugin (hsz.mobi)
.idea
/*
/typo3conf/*
!/typo3conf/LocalConfiguration.php
!/typo3conf/
!/.htaccess
!/typo3conf/sites/
!/.gitignore
!/typo3conf/ext/
/typo3conf/ext/*
!/typo3conf/ext/h2*
/typo3conf/ext/h2dbbackup

 

Tags