From 4930e7edd46b096fadc24fa6d5510ef69933be16 Mon Sep 17 00:00:00 2001 From: Simon Priet Date: Tue, 26 Oct 2021 13:43:56 +0200 Subject: [PATCH] ci: :wrench: Added Conventional commit scopes and gitignore to skip macOs sysfiles. --- .gitignore | 1 + .vscode/settings.json | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 .gitignore create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a3e68d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/.DS_Store \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..bd53e28 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,21 @@ +{ + "conventionalCommits.scopes": [ + "Ae", + "Dw", + "Xd", + "Ai", + "Id", + "Lr", + "Ps", + "Ru", + "Pr", + "Cr", + "LrC", + "Br", + "Dn", + "Ar", + "An", + "Ch", + "Me", + ] +} \ No newline at end of file