File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
# Ignore .env files as they could contain sensitive information.
23
23
/.env
24
+
25
+ # Manage .gitattributes with Drupal scaffold for cross-platform compatibility.
26
+ # Remove the line below and commit the file for more granular control.
27
+ /.gitattributes
28
+
29
+ # Manage all .gitignore files with Drupal scaffold.
30
+ # Remove the line below and commit the files for more granular control.
31
+ ** /.gitignore
32
+
Original file line number Diff line number Diff line change 64
64
"composer-exit-on-patch-failure" : true ,
65
65
"drupal-scaffold" : {
66
66
"file-mapping" : {
67
- "[project-root]/.gitattributes" : false ,
68
67
"[project-root]/.gitignore" : false ,
69
68
"[web-root]/INSTALL.txt" : false ,
70
- "[web-root]/README.txt" : false ,
71
- "[web-root]/example.gitignore" : false
69
+ "[web-root]/README.txt" : false
72
70
},
73
71
"locations" : {
74
72
"web-root" : " web/"
You can’t perform that action at this time.
0 commit comments