From 3862ef8057e64fa856a9b84dfe385c0ea6c02568 Mon Sep 17 00:00:00 2001 From: Andreas Fernandez Date: Sun, 29 Jul 2018 13:25:00 +0200 Subject: [PATCH] [TASK] Exclude TypeScript sources in exports Since the TypeScript sources don't have any impact on the behavior of the application and are just meant for development purpose, it's safe to exclude these files in the packaging process. Resolves: #85674 Releases: master Change-Id: I599433d68834a3424e5cf7d77612d2478d46510e Reviewed-on: https://review.typo3.org/57713 Tested-by: TYPO3com Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Josef Glatz Tested-by: Josef Glatz Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 79ede15..434f281 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ /.gitattributes export-ignore +/Resources/Private/TypeScript/ export-ignore /Tests/ export-ignore