Files
nixos-conf/discord-music-presence/.gitignore
T
2026-06-27 21:36:14 +02:00

15 lines
294 B
Plaintext

### Nix template
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*
# Ignore the configuration folder for Jetbrains IDEs
.idea/
# Development environment
.direnv/
# Disable vm outputs that are called when starting a vm in this directory
*.qcow
*.qcow2