Initial commit - Last War messaging system
This commit is contained in:
31
vendor/team-reflex/discord-php/.gitignore
vendored
Executable file
31
vendor/team-reflex/discord-php/.gitignore
vendored
Executable file
@@ -0,0 +1,31 @@
|
||||
# general
|
||||
.env
|
||||
.DS_Store
|
||||
test*.php
|
||||
.idea
|
||||
.phplint-cache
|
||||
dump.html
|
||||
.vscode
|
||||
|
||||
# phive
|
||||
/tools
|
||||
.phive
|
||||
|
||||
# composer
|
||||
/vendor
|
||||
composer.lock
|
||||
|
||||
# docs
|
||||
/build
|
||||
.phpdoc
|
||||
|
||||
# php-cs-fixer
|
||||
.php_cs.cache
|
||||
.php_cs
|
||||
.php-cs-fixer.php
|
||||
.php-cs-fixer.cache
|
||||
|
||||
# phpunit
|
||||
phpunit.log
|
||||
/.phpunit*
|
||||
/coverage
|
||||
Reference in New Issue
Block a user