Skip to content

Commit 6e9d58f

Browse files
committed
Update Typo3.gitignore - ignore symlinks, not directories for core-files
1 parent f31b319 commit 6e9d58f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Typo3.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)