Skip to content

Commit ed8a5e0

Browse files
committed
adding gitignore to ignore the vendor directory and the composer.lock file (as the lock file is not in the repo to begin with)
1 parent 1bc9b1c commit ed8a5e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/vendor/
2+
/composer.lock

0 commit comments

Comments
 (0)