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

Commit b3bf626

Browse files
committed
Change private files path.
1 parent 48cdcd5 commit b3bf626

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

phing/files/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local.*
44

55
# Ignore paths that contain user-generated content.
66
docroot/sites/*/files
7-
docroot/sites/*/private
7+
docroot/sites/*/files-private
88

99
# OS X
1010
.DS_Store

phing/files/deploy-exclude.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/docroot/libraries/contrib
1313
/docroot/modules/contrib
1414
/docroot/sites/*/files
15-
/docroot/sites/*/private
15+
/docroot/sites/*/files-private
1616
/docroot/themes/contrib
1717
/drush/contrib
1818
/drush.wrapper

template/.gitignore

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

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

1313
# Ignore contrib modules. These should be created during build process.
1414
docroot/modules/contrib

0 commit comments

Comments
 (0)