Skip to content

Commit

Permalink
Merge pull request #12 from ChristophWurst/release/0.1.0
Browse files Browse the repository at this point in the history
Release/0.1.0
  • Loading branch information
ChristophWurst committed Oct 8, 2018
2 parents a4648f4 + 8330fbf commit edda3dc
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
/build

composer.phar
/vendor/

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.10.0 – 2018-10-08
### Added
- Initial implementation
- Initial documentation
30 changes: 30 additions & 0 deletions krankerl.toml
@@ -0,0 +1,30 @@
[package]
before_cmds = [
"composer install --no-dev -o",
]

exclude = [
"build",
"composer.json",
"composer.lock",
"composer.phar",
"CONTRIBUTING.md",
"coverage",
".git",
".gitattributes",
".github",
".gitignore",
"l10n/no-php",
"krankerl.toml",
"Makefile",
"node_modules",
"package.json",
"package-lock.json",
"phpunit*xml",
"screenshots",
".scrutinizer.yml",
"tests",
".travis.yml",
".tx",
"vendor/bin",
]

0 comments on commit edda3dc

Please sign in to comment.