We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bec219 commit 20c0f04Copy full SHA for 20c0f04
.gitignore
@@ -1,5 +1,12 @@
1
+/.idea/
2
+/.vscode/
3
+/.phpcs-cache
4
+/.php_cs.dist
5
+/.phpunit.result.cache
6
+/build/
7
composer.phar
8
/vendor/
9
+phpunit.xml
10
11
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
12
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
docs/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
src/.gitignore
0 commit comments