Skip to content

Commit 3651e2e

Browse files
committed
a
1 parent 00e033e commit 3651e2e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@
2121

2222
# Ignore .env files as they could contain sensitive information.
2323
/.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+

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,9 @@
6464
"composer-exit-on-patch-failure": true,
6565
"drupal-scaffold": {
6666
"file-mapping": {
67-
"[project-root]/.gitattributes": false,
6867
"[project-root]/.gitignore": false,
6968
"[web-root]/INSTALL.txt": false,
70-
"[web-root]/README.txt": false,
71-
"[web-root]/example.gitignore": false
69+
"[web-root]/README.txt": false
7270
},
7371
"locations": {
7472
"web-root": "web/"

0 commit comments

Comments
 (0)