From 36bbf1a925e72c241ac9b8a7515d7ab45e229844 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Tue, 26 Apr 2022 23:34:46 +0200 Subject: Add initial change log --- .gitattributes | 5 ++--- CHANGELOG.md | 6 ++++++ 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.gitattributes b/.gitattributes index 6259e42..e08f3e8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,9 +15,8 @@ go.mod export-ignore go.sum export-ignore -*.md linguist-detectable=true linguist-documentation=false - +exampleSite/** linguist-vendored resources/_gen/** linguist-vendored LICENSE text eol=lf -README.md linguist-detectable=false linguist-documentation=true +README.md text eol=lf diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..03a962f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -- cgit v1.2.3