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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-04-14 17:43:12 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-12 15:59:00 +0300
commit877166cf799bcd298539680043a187d402633c3f (patch)
tree24234a590c3dd83445f2c8e49f0fd61197988fff /.gitignore
parent43ed8be95a031d7021711ceddcc5c4a49f9d680a (diff)
Add PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b4179496b..45b42408f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,7 @@ tests/integration/vendor
tests/integration/output
js
+
+# PHP Coding Style
+vendor/
+.php_cs.cache