Skip to content

Commit

Permalink
code cleanup & package excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Jul 29, 2020
1 parent 3343d27 commit ff99c27
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Files excluded from git packages
tests/ export-ignore
.github/ export-ignore
.gitignore export-ignore
.gitattributes export-ignore
.travis.yml export-ignore
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Changelog

* 4.0.0 Compatibility with Matomo 4.0
* 3.0.2 translation updates
* 3.0.0 Compatibility with Piwik 3.0
* 0.2.2 Display time of day in table and renamed column to "Date in UTC timezone"
* 0.2.1 Minor translation updates.
Expand Down
1 change: 0 additions & 1 deletion Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public function index()

/**
* @param $timestamp
* @param $dateFormat
* @return string
* @throws \Exception
*/
Expand Down
4 changes: 0 additions & 4 deletions assets/style.css

This file was deleted.

Empty file removed screenshots/.gitkeep
Empty file.

0 comments on commit ff99c27

Please sign in to comment.