commit 9929a80124232c60ea81ffbafb752ef4d5b7eeeb Author: Max P Date: Mon Aug 19 16:27:45 2024 +0200 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 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/