diff --git a/.gitattributes b/.gitattributes index 001c45c9a..c1a5d9a9a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ # Ignore all tests for archive /test export-ignore /.gitattributes export-ignore +/.gitignore export-ignore /.travis.yml export-ignore /phpunit.xml.dist export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..d8a7996ab --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +composer.lock +vendor/