Skip to content

Commit de714df

Browse files
committed
Update gitignore
1 parent 67a0225 commit de714df

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.gitignore

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
1-
# dependencies and tools
21
vendor/
2+
var/
33
tools/
4+
coverage/
5+
.phpbench/
46

5-
# caches, logs etc.
67
composer.lock
7-
.phpunit.result.cache
8-
.php-cs-fixer.cache
9-
.phpbench/
10-
coverage/
118

12-
# script-templates
13-
## Ignore all subdirectories under scripts (script-template folders)
14-
scripts/*/
15-
## Except for the hooks folder (allows to hook into several script-template scripts)
16-
!scripts/hooks/
17-
## Recursively ignore any file ending with .local.sh (local files which you wont want to commit)
18-
scripts/*.local.sh
19-
scripts/**/*.local.sh
9+
.php-cs-fixer.cache
10+
.phpunit.result.cache

0 commit comments

Comments
 (0)