diff options
-rw-r--r-- | .gitattributes | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 8596e077..a25d04f9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,6 @@ -tests/ export-ignore -selenium/ export-ignore +/tests export-ignore +/selenium export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.build_tests.php export-ignore + |