Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Ignore the Docker files themselves to avoid that all layers are invalidated if the Dockerfiles are changed during development.
.dockerignore
Dockerfile
docker.env
docker-compose.yml


# Ignore Git directory and files and github directory.
**/.gitignore
**/.gitattributes
**/.gitmodules
**/.github


# Ignore IDE artifacts and various common tools .dot files
**/.vscode
**/.idea
**/.ssh
**/.DS_Store


# Ignore etc, docs and build dirs
**/docs
**/dist
**/build
**/etc
.readthedocs.yaml
CHANGELOG.rst
README.rst


# Ignore virtualenv and local Python build files
**/venv
**/*.egg-info

# Ignore tests
**/tests
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
=========


v0.0.0
v0.1.0
------

*xxxx-xx-xx* -- Initial release.
- Initial release
107 changes: 0 additions & 107 deletions README.rst

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "grimoirelab-metrics"
name = "healthycode"
version = "0.1.0"
description = ""
description = "Client to generate GrimoireLab metrics for Project Health using the software analytics platform GrimoireLab"
authors = [
"Bitergia Developers",
"AboutCode"
Expand Down
62 changes: 0 additions & 62 deletions setup.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions setup.py

This file was deleted.

Loading