ci: 🔧 Added Conventional commit scopes and gitignore to skip macOs sysfiles.

This commit is contained in:
Simon Priet 2021-10-26 13:43:56 +02:00
parent cb8200d4dd
commit 4930e7edd4
2 changed files with 22 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
**/.DS_Store

21
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,21 @@
{
"conventionalCommits.scopes": [
"Ae",
"Dw",
"Xd",
"Ai",
"Id",
"Lr",
"Ps",
"Ru",
"Pr",
"Cr",
"LrC",
"Br",
"Dn",
"Ar",
"An",
"Ch",
"Me",
]
}