Skip to content

Commit ac76448

Browse files
committed
Adjusted scaffold settings in composer.json file
1 parent 4a81240 commit ac76448

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@
9595
"initial": {
9696
".editorconfig": "../.editorconfig",
9797
".gitattributes": "../.gitattributes"
98+
},
99+
"locations": {
100+
"web-root": "web/"
98101
}
99102
},
100103
"enable-patching": true,

web/modules/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/README.txt

web/profiles/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/README.txt

web/sites/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/README.txt

web/themes/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/README.txt

0 commit comments

Comments
 (0)