From 9929a80124232c60ea81ffbafb752ef4d5b7eeeb Mon Sep 17 00:00:00 2001 From: Max P Date: Mon, 19 Aug 2024 16:27:45 +0200 Subject: [PATCH] Add .gitignore file - Add `ait.config.json` and `ait.*.config.json` to ignore patterns - Exception for `ait.sample.config.json` and `ait.*.sample.config.json` - Ignore the `dist/` directory --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e78d435 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +ait.config.json +ait.*.config.json +!ait.sample.config.json +!ait.*.sample.config.json +dist/