mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
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:
parent
db70cb692a
commit
612ff2922b
0
.graphql-generated/_manifest_exclude
Normal file
0
.graphql-generated/_manifest_exclude
Normal file
@ -15,7 +15,8 @@
|
|||||||
"extra": {
|
"extra": {
|
||||||
"project-files": [
|
"project-files": [
|
||||||
"app/_config/*",
|
"app/_config/*",
|
||||||
".env.example"
|
".env.example",
|
||||||
|
".graphql-generated/*"
|
||||||
],
|
],
|
||||||
"public-files": [
|
"public-files": [
|
||||||
"assets/*",
|
"assets/*",
|
||||||
|
Loading…
Reference in New Issue
Block a user