From a00db1f9bd4581bfd4ae1210bdc70dec75233a1f Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sat, 31 Mar 2018 13:18:16 -0400 Subject: [PATCH] Ignorning tests so it is not downloaded via Composer In this library, the tests do *not* contain example usage code, as most of the classes are internal. By not packing the tests/ directory, we avoid polluting the user's project with extra User classes (etc) that confuse IDE's --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..18e14aad7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/tests export-ignore