Skip to content

Commit 5c85fe1

Browse files
author
nejc
committed
chore: add .gitignore and remove vendor from version control
1 parent 54ea227 commit 5c85fe1

File tree

7,227 files changed

+11
-886530
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,227 files changed

+11
-886530
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Laravel & PHP
2+
/vendor/
3+
/node_modules/
4+
.env
5+
.phpunit.result.cache
6+
/storage/
7+
/coverage/
8+
/.idea/
9+
/.vscode/
10+
.DS_Store
11+
*.log

vendor/autoload.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

vendor/bin/carbon

Lines changed: 0 additions & 119 deletions
This file was deleted.

vendor/bin/patch-type-declarations

Lines changed: 0 additions & 119 deletions
This file was deleted.

vendor/bin/php-parse

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)