We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a0225 commit de714dfCopy full SHA for de714df
.gitignore
@@ -1,19 +1,10 @@
1
-# dependencies and tools
2
vendor/
+var/
3
tools/
4
+coverage/
5
+.phpbench/
6
-# caches, logs etc.
7
composer.lock
-.phpunit.result.cache
8
-.php-cs-fixer.cache
9
-.phpbench/
10
-coverage/
11
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
+.php-cs-fixer.cache
+.phpunit.result.cache
0 commit comments