Skip to content

Commit 20c0f04

Browse files
Add docs and src folders
1 parent 8bec219 commit 20c0f04

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
/.idea/
2+
/.vscode/
3+
/.phpcs-cache
4+
/.php_cs.dist
5+
/.phpunit.result.cache
6+
/build/
17
composer.phar
28
/vendor/
9+
phpunit.xml
310

411
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
512
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file

docs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

src/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

0 commit comments

Comments
 (0)