1
0
mirror of https://github.com/silverstripe/silverstripe-installer synced 2024-10-22 17:05:33 +02:00

Merge pull request from creative-commoners/pulls/4.11/graphql-folder

ENH Add `.graphql-generated` directory by default
This commit is contained in:
Maxime Rainville 2022-06-01 21:11:26 +12:00 committed by GitHub
commit 7c06e8cbd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/*",