Added dependency plugins
This commit is contained in:
22
wordpress/wp-content/plugins/wp-graphql/.gitignore
vendored
Executable file
22
wordpress/wp-content/plugins/wp-graphql/.gitignore
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
.idea
|
||||
!vendor/
|
||||
vendor/*
|
||||
!vendor/webonyx/
|
||||
vendor/webonyx/*
|
||||
!vendor/webonyx/graphql-php/
|
||||
vendor/webonyx/graphql-php/*
|
||||
!vendor/webonyx/graphql-php/src/
|
||||
!vendor/ivome/
|
||||
vendor/ivome/*
|
||||
!vendor/ivome/graphql-relay-php/
|
||||
vendor/ivome/graphql-relay-php/*
|
||||
!vendor/ivome/graphql-relay-php/src/
|
||||
!vendor/autoload.php
|
||||
!vendor/composer
|
||||
vendor/composer/installed.json
|
||||
vendor/composer/*/
|
||||
!/tests
|
||||
/tests/*.suite.yml
|
||||
build/
|
||||
coverage/*
|
||||
schema.graphql
|
||||
Reference in New Issue
Block a user