ENH Add and ignore public/_graphql

silverstripe/graphql v4 needs write access to this directory, so it may
be easier for some developers to have the directory there as soon as
they `composer create_project silverstripe/installer`.

Like `.graphql-generated`, best practice is to not commit this directory
to VCS, and instead let it be filled at deploy time.
This commit is contained in:
Guy Sartorelli 2022-06-02 10:30:56 +12:00
parent 7c06e8cbd1
commit 57195eab03
2 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -4,4 +4,5 @@
/themes/simple/
/_resources/
/public/_resources/
/.graphql-generated
/.graphql-generated/
/public/_graphql/

0
public/_graphql/.gitkeep Normal file
View File