diff options
| -rw-r--r-- | .gitattributes | 5 | ||||
| -rw-r--r-- | CHANGELOG.md | 6 |
2 files changed, 8 insertions, 3 deletions
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). |
