From 7e1e65cb37f101256d056564b22a6b97d0b9feb7 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Mon, 17 Jan 2022 11:09:16 +0100 Subject: [PATCH] prevent commiting CS-Fixer cache file --- .gitattributes | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitignore 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