Skip to content

Commit 635a17d

Browse files
committed
ignore php cs cache
1 parent 44d231e commit 635a17d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
/vendor
33
/node_modules
44

5+
.php_cs
6+
.php_cs.cache
57
.phpunit.result.cache
68
composer.lock
9+
10+
# user specific
711
phpunit.xml
12+
phpstan.neon
13+
testbench.yaml
14+
15+
# ide
16+
/.idea
17+
/.vscode

.php-cs-fixer.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)