Skip to content

Commit f4b8c48

Browse files
committed
Merge pull request #503 from SimonSimCity/master
Fix having TYPO3 core-files as symlinks and fixed product-name
2 parents 834dc0a + 3610274 commit f4b8c48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Typo3.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Typo3
1+
## TYPO3 v4
22
# Ignore serveral upload and file directories.
33
/fileadmin/user_upload/
44
/fileadmin/_temp_/
@@ -12,7 +12,7 @@
1212
/typo3conf/localconf_local.php
1313
# Ignore system folders, you should have them symlinked.
1414
# If not comment out the following two entries.
15-
/typo3/
16-
/t3lib/
15+
/typo3
16+
/t3lib
1717
# Ignore temp directory.
1818
/typo3temp/

0 commit comments

Comments
 (0)