Skip to content

Commit c1e4f6e

Browse files
committed
fix: Fixed the incorrect way to exclude composer.lock in .gitignore.
1 parent 4ecb2e9 commit c1e4f6e

File tree

2 files changed

+2
-2530
lines changed

2 files changed

+2
-2530
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/vendor/
22
*.phar
33
*.un~
4-
./composer.lock
5-
.vscode
4+
/composer.lock
5+
.vscode

0 commit comments

Comments
 (0)