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

Change private files path. #732

Merged
merged 2 commits into from
Dec 12, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions phing/files/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local.*

# Ignore paths that contain user-generated content.
docroot/sites/*/files
docroot/sites/*/files-private
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't we leave both of these lines in place to cover our all of our bases?

docroot/sites/*/private

# OS X
Expand Down
1 change: 1 addition & 0 deletions phing/files/deploy-exclude.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
/docroot/libraries/contrib
/docroot/modules/contrib
/docroot/sites/*/files
/docroot/sites/*/files-private
/docroot/sites/*/private
/docroot/themes/contrib
/drush/contrib
Expand Down
1 change: 1 addition & 0 deletions template/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ docroot/core

# Ignore paths that contain user-generated content.
docroot/sites/*/files
docroot/sites/*/files-private
docroot/sites/*/private

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