Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 9bcfd1e

Browse files
dpaginigrasmash
authored andcommitted
Change private files path. (#732)
* Change private files path. * Re-add docroot/sites/*/private path.
1 parent d1434e3 commit 9bcfd1e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

phing/files/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ project.local.yml
55

66
# Ignore paths that contain user-generated content.
77
docroot/sites/*/files
8+
docroot/sites/*/files-private
89
docroot/sites/*/private
910

1011
# Ignore build artifacts

phing/files/deploy-exclude.txt

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/docroot/libraries/contrib
1313
/docroot/modules/contrib
1414
/docroot/sites/*/files
15+
/docroot/sites/*/files-private
1516
/docroot/sites/*/private
1617
/docroot/themes/contrib
1718
/drush/contrib

template/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ docroot/core
88

99
# Ignore paths that contain user-generated content.
1010
docroot/sites/*/files
11+
docroot/sites/*/files-private
1112
docroot/sites/*/private
1213

1314
# Ignore contrib modules. These should be created during build process.

0 commit comments

Comments
 (0)