From 5aa7c4f9499135dd12162045e441f5215ee050aa Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Sun, 26 Mar 2023 18:31:50 +0200 Subject: Full working app --- php/tcpdf/.gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 php/tcpdf/.gitattributes (limited to 'php/tcpdf/.gitattributes') diff --git a/php/tcpdf/.gitattributes b/php/tcpdf/.gitattributes new file mode 100644 index 0000000..12d7f81 --- /dev/null +++ b/php/tcpdf/.gitattributes @@ -0,0 +1,5 @@ +/.github export-ignore +/.gitignore export-ignore +/.gitattributes export-ignore +/tests export-ignore +/scripts export-ignore -- cgit v1.3.1