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

Commit c124e58

Browse files
committed
Re-add docroot/sites/*/private path.
1 parent b3bf626 commit c124e58

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 @@ local.*
55
# Ignore paths that contain user-generated content.
66
docroot/sites/*/files
77
docroot/sites/*/files-private
8+
docroot/sites/*/private
89

910
# OS X
1011
.DS_Store

phing/files/deploy-exclude.txt

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/docroot/modules/contrib
1414
/docroot/sites/*/files
1515
/docroot/sites/*/files-private
16+
/docroot/sites/*/private
1617
/docroot/themes/contrib
1718
/drush/contrib
1819
/drush.wrapper

template/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ docroot/core
99
# Ignore paths that contain user-generated content.
1010
docroot/sites/*/files
1111
docroot/sites/*/files-private
12+
docroot/sites/*/private
1213

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

0 commit comments

Comments
 (0)