diff --git a/.gitattributes b/.gitattributes index 1646bad..4a4fcc2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ * text=auto /.gitattributes export-ignore +/.gitignore export-ignore /.php-cs-fixer.php export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..59ba6f1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.php-cs-fixer.cache \ No newline at end of file