Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change private files path. #732

Merged
merged 2 commits into from
Dec 12, 2016
Merged

Change private files path. #732

merged 2 commits into from
Dec 12, 2016

Conversation

dpagini
Copy link
Contributor

@dpagini dpagini commented Dec 2, 2016

This is a proposed change for the private files path in BLT. Acquia hosting puts private files in a files-private directory. BLT uses private directory (inside the sites/*/ directory) for the same files. This PR just proposes to align the naming conventions. I know not everyone using BLT uses Acquia, but even within BLT you have files-private mentions throughout the code (namely blt/default.local.settings.php)

Changes proposed:

  • Change .gitignore files
  • Exclude folder on creation of artifact

Consideration: do we need some kind of upgrade task for this type of thing? I'm thinking maybe not b/c of the above mentioned default file.

@grasmash grasmash added the Enhancement A feature or feature request label Dec 6, 2016
@@ -4,7 +4,7 @@ local.*

# Ignore paths that contain user-generated content.
docroot/sites/*/files
docroot/sites/*/private
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?

@dpagini
Copy link
Contributor Author

dpagini commented Dec 12, 2016

Works for me. Fixed as requested, @grasmash. Thanks!

@grasmash grasmash merged commit 9bcfd1e into acquia:8.x Dec 12, 2016
@danepowell danepowell mentioned this pull request Jan 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement A feature or feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants