diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9ab0e7c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/.gitattributes export-ignore +/.gitignore export-ignore +/.styleci.yml export-ignore +/.travis.yml export-ignore +/test/ export-ignore +/CONTRIBUTING.md export-ignore \ No newline at end of file diff --git a/.styleci.yml b/.styleci.yml index 048d01f..2685bdd 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,7 +1,5 @@ preset: recommended -linting: true - enabled: - strict - unalign_double_arrow