Skip to content

Commit

Permalink
Fixes #796: Don't exclude local.* files from build artifact. (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy authored and grasmash committed Dec 14, 2016
1 parent 88333f8 commit 65fb895
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions phing/files/deploy-exclude.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/.gitignore
.git
example.*
local.*
*.local.*
local.settings.php
local.drushrc.php
node_modules
/vendor
3 changes: 2 additions & 1 deletion template/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Ignore configuration files that may contain sensitive information.
local.*
local.settings.php
local.drushrc.php
*.local
project.local.yml

Expand Down

1 comment on commit 65fb895

@bkosborne
Copy link
Contributor

Choose a reason for hiding this comment

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

I think local.yml was missed here? It's the file in tests/behat/

Please sign in to comment.