Browse Source

Merge branch 'master' into feature/tessen-config-support

Jared 7 years ago
parent
commit
444b833720
2 changed files with 7 additions and 0 deletions
  1. 6 0
      .gitattributes
  2. 1 0
      CHANGELOG.md

+ 6 - 0
.gitattributes

@@ -0,0 +1,6 @@
+Pipfile export-ignore
+Pipfile.lock export-ignore
+.travis.yml export-ignore
+docs/ export-ignore
+mkdocs.yml export-ignore
+molecule/ export-ignore

+ 1 - 0
CHANGELOG.md

@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
 ## [Unreleased]
 ### Changed
 - Add support for configuring [Tessen](https://docs.sensu.io/sensu-core/1.4/reference/tessen/) via `sensu_enable_tessen` (@jaredledvina)
+- Stop publishing development/testing files to Ansible Galaxy (@jaredledvina)
 
 ## [2.5.0] - 2018-06-16
 ### Changed