Skip to content

Commit 43a7f07

Browse files
committed
Updated .gitignore file to exclude vendor folder and other local files
1 parent 1bd3188 commit 43a7f07

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
src/logs
2-
.idea
31
.DS_Store
4-
.phpunit.result.cache
5-
2+
.env
3+
.env.testing
4+
composer.lock
5+
phpstan.neon
6+
src/logs
7+
vendor

0 commit comments

Comments
 (0)