25 lines
249 B
Text
25 lines
249 B
Text
# Nix build outputs
|
|
/result
|
|
/result-*
|
|
/nix-build*
|
|
*.drv
|
|
*.drv.chroot
|
|
|
|
# Local Nix/dev environment
|
|
/.direnv/
|
|
/.devenv/
|
|
.envrc.local
|
|
|
|
# Editors and OS junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Generic temp/log files
|
|
*.log
|
|
*.tmp
|
|
*.bak
|