ENH Add `.graphql-generated` directory by default.

This directory will be required for all new projects (unless explicitly
opting out of graphql v4) - having this directory by default makes it
easier to set more sane permissions (i.e. not requiring the entire
project root to be writable).
This commit is contained in:
Guy Sartorelli 2022-05-30 12:21:41 +12:00
parent db70cb692a
commit 612ff2922b
2 changed files with 2 additions and 1 deletions

View File

View File

@ -15,7 +15,8 @@
"extra": {
"project-files": [
"app/_config/*",
".env.example"
".env.example",
".graphql-generated/*"
],
"public-files": [
"assets/*",