Skip to content

Commit 4c78a02

Browse files
feat: gitignore
1 parent 475400f commit 4c78a02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor/*

src/HelloWorld.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class HelloWorld
66
{
77
public static function sayHello()
88
{
9-
echo "Hello World v 1.0.1";
9+
echo "Hello World v 1.0.1 update";
1010
}
1111
}

0 commit comments

Comments
 (0)