Skip to content

Commit 13a24fb

Browse files
committed
Merge pull request #456 from jan0sch/master
Added gitignore file for Typo3.
2 parents 2944626 + fa5763a commit 13a24fb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Typo3.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Typo3
2+
# Ignore serveral upload and file directories.
3+
/fileadmin/user_upload/
4+
/fileadmin/_temp_/
5+
/uploads/
6+
# Ignore cache
7+
/typo3conf/temp_CACHED*
8+
/typo3conf/temp_fieldInfo.php
9+
# Ignore local config which overrides typo3 config.
10+
# You should include your local stuff with `@include('localconf_local.php');` at the end of localconf.php.
11+
# See http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git for details.
12+
/typo3conf/localconf_local.php
13+
# Ignore system folders, you should have them symlinked.
14+
# If not comment out the following two entries.
15+
/typo3/
16+
/t3lib/
17+
# Ignore temp directory.
18+
/typo3temp/

0 commit comments

Comments
 (0)