diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e2300d..a31b0b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,6 +46,7 @@ repos: files: '[^a-z0-9._/-]' exclude: | (?x)^( + .reuse/| LICENSES/| public/| Makefile| diff --git a/.reuse/REUSE-compliant.svg b/.reuse/REUSE-compliant.svg new file mode 100644 index 0000000..1196ad4 --- /dev/null +++ b/.reuse/REUSE-compliant.svg @@ -0,0 +1 @@ +REUSE: compliantREUSEcompliant \ No newline at end of file diff --git a/README.md b/README.md index 320d7b9..ffeacbc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # 👻 Ghost Snap -![Godot Badge](https://img.shields.io/badge/godot-4.1-blue?logo=Godot-Engine&logoColor=white) ![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white) ![license](https://img.shields.io/badge/license-MIT-green?logo=open-source-initiative&logoColor=white) +![Godot Badge](https://img.shields.io/badge/godot-4.1-blue?logo=Godot-Engine&logoColor=white) ![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white) ![license](https://img.shields.io/badge/license-MIT-green?logo=open-source-initiative&logoColor=white) ![reuse](./.reuse/REUSE-compliant.svg) A snap minigame, made with [Godot Engine](https://godotengine.org/), for the [A Game By Its Cover](https://itch.io/jam/a-game-by-its-cover-2023) Game Jam 2023.