Skip to content

Commit 89a002d

Browse files
authored
Update .gitignore (#1664)
1 parent 286adc5 commit 89a002d

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.gitignore

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
/vendor
2-
/laravel
3-
/node_modules
1+
.DS_Store
2+
.phpunit.result.cache
3+
/.fleet
4+
/.idea
5+
/.phpunit.cache
46
/phpunit.xml
7+
/.vscode
8+
/node_modules
9+
/laravel
10+
/vendor
11+
composer.phar
512
composer.lock
6-
.phpunit.result.cache
13+
Thumbs.db

0 commit comments

Comments
 (0)