Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-09-01 15:02:32 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-09-01 15:02:50 +0300
commit71c5ce20dccf49cddb1f8d6c1d5175787430bca7 (patch)
treee92fa2e2d99577b210eba984cc16ef911679c90b
parentef6cf2db33b77e76d032f29b85a2de7ea037ade7 (diff)
Add .php-cs-fixer.cache to gitignore
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f7ead8c..c7c6032 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@ tests/data
tests/vendor
vendor/symfony/console/Tests
vendor/symfony/debug/Tests
-/vendor-bin/**/vendor \ No newline at end of file
+/vendor-bin/**/vendor
+.php-cs-fixer.cache