Skip to content

Commit

Permalink
update .gitignore remove server_vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Dec 1, 2023
1 parent 182738f commit b38e1f5
Show file tree
Hide file tree
Showing 19,189 changed files with 22 additions and 5,779,764 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,16 @@

# broccoli-debug
/DEBUG/

# server
.idea/*
.idea/codeStyleSettings.xml
composer.lock
/server_vendor
/server/vendor/
.phpunit.result.cache
.php_cs.cache
.php-cs-fixer.cache
*.swp
*.swo
.DS_Store
9 changes: 9 additions & 0 deletions server/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.idea/*
.idea/codeStyleSettings.xml
composer.lock
/vendor/
.phpunit.result.cache
.php_cs.cache
*.swp
*.swo
.DS_Store
1 change: 0 additions & 1 deletion server_vendor/aloha/twilio/.github/FUNDING.yml

This file was deleted.

26 changes: 0 additions & 26 deletions server_vendor/aloha/twilio/.php_cs

This file was deleted.

32 changes: 0 additions & 32 deletions server_vendor/aloha/twilio/.scrutinizer.yml

This file was deleted.

27 changes: 0 additions & 27 deletions server_vendor/aloha/twilio/CONTRIBUTING.md

This file was deleted.

61 changes: 0 additions & 61 deletions server_vendor/aloha/twilio/composer.json

This file was deleted.

86 changes: 0 additions & 86 deletions server_vendor/aloha/twilio/src/Commands/TwilioCallCommand.php

This file was deleted.

86 changes: 0 additions & 86 deletions server_vendor/aloha/twilio/src/Commands/TwilioSmsCommand.php

This file was deleted.

42 changes: 0 additions & 42 deletions server_vendor/aloha/twilio/src/Dummy.php

This file was deleted.

Loading

0 comments on commit b38e1f5

Please sign in to comment.