From 39ffee4126f1113982c2c460075ffdf5ceaf4fb0 Mon Sep 17 00:00:00 2001 From: Bas950 Date: Tue, 8 Oct 2024 09:16:22 +0200 Subject: [PATCH] chore: un-ingore config files --- .gitignore | 2 +- commitlint.config.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 commitlint.config.js diff --git a/.gitignore b/.gitignore index 52bb4ab..865d8a4 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,7 @@ src/update.ini *.app *.xml.backup *.js -!eslint.config.js +!*.config.js coverage *.tsbuildinfo diff --git a/commitlint.config.js b/commitlint.config.js new file mode 100644 index 0000000..3f5e287 --- /dev/null +++ b/commitlint.config.js @@ -0,0 +1 @@ +export default { extends: ['@commitlint/config-conventional'] };