Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Jul 2, 2024
1 parent 00e033e commit 3651e2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@

# Ignore .env files as they could contain sensitive information.
/.env

# Manage .gitattributes with Drupal scaffold for cross-platform compatibility.
# Remove the line below and commit the file for more granular control.
/.gitattributes

# Manage all .gitignore files with Drupal scaffold.
# Remove the line below and commit the files for more granular control.
**/.gitignore

4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,9 @@
"composer-exit-on-patch-failure": true,
"drupal-scaffold": {
"file-mapping": {
"[project-root]/.gitattributes": false,
"[project-root]/.gitignore": false,
"[web-root]/INSTALL.txt": false,
"[web-root]/README.txt": false,
"[web-root]/example.gitignore": false
"[web-root]/README.txt": false
},
"locations": {
"web-root": "web/"
Expand Down

0 comments on commit 3651e2e

Please sign in to comment.