diff options
author | Lars Moelleken <lmoelleken@menadwork.com> | 2016-02-01 13:02:12 +0100 |
---|---|---|
committer | Lars Moelleken <lmoelleken@menadwork.com> | 2016-02-01 13:02:12 +0100 |
commit | e1ddb31788f16f4527074f9f2c1973302eb0cb58 (patch) | |
tree | a39dea60dc66479700589cc875111ab28609bc14 | |
parent | 76dd1af97aec907521b2fbc11aa90bb59b1bf839 (diff) | |
download | random_compat-e1ddb31788f16f4527074f9f2c1973302eb0cb58.zip random_compat-e1ddb31788f16f4527074f9f2c1973302eb0cb58.tar.gz random_compat-e1ddb31788f16f4527074f9f2c1973302eb0cb58.tar.bz2 |
[+]: ".gitattributes" <- prevent installing special files via composer
-rw-r--r-- | .gitattributes | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..339e7aa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text=auto + +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.scrutinizer.yml export-ignore +/.travis.yml export-ignore +/phpunit.sh export-ignore +/phpunit.xml.dist export-ignore |