aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Changelog.md2
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f1e4e3b..464c7a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ hb_logs.txt
.coverage
xunit-results.xml
miss_htbt_service.egg-info
+target/
diff --git a/Changelog.md b/Changelog.md
index 6d5c8ae..f5fade1 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Cleanup code
- Removed unused imports
+- Add target/ to .gitignore
+
## [2.2.0.] - 07/04/2021
### Changed