NixOS configuration 馃獎
1### Nix template
2
3# Ignore build outputs from performing a nix-build or `nix build` command
4result
5result-*
6
7# Ignore the configuration folder for Jetbrains IDEs
8.idea/
9
10# Development environment
11.direnv/
12
13# Disable vm outputs that are called when starting a vm in this directory
14*.qcow
15*.qcow2