- Created a new workflow, nix.yaml, in the .forgejo folder - This workflow runs Nix build on each push event
- A .gitignore file has been added to the project root directory. - This file is configured to exclude .idea directory which often contains IDE specific settings that should not be part of the repo.
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>