22 lines
326 B
Plaintext
22 lines
326 B
Plaintext
# Hardware configuration is machine-specific
|
|
# Uncomment if you don't want to track it
|
|
# hardware-configuration.nix
|
|
|
|
# Flake lock file - comment out if you want reproducible builds
|
|
# flake.lock
|
|
|
|
# Result symlinks from nix build
|
|
result
|
|
result-*
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Temporary files
|
|
*.tmp
|