1
0

.gitignore 286 B

12345678910111213141516171819202122232425
  1. # Nix Flake stuff
  2. result
  3. # Rust stuff
  4. target
  5. # Vagrant stuff
  6. .vagrant
  7. *.log
  8. # Compiled artifacts
  9. # (see devtools/*-package-for-*.sh)
  10. /exa-linux-x86_64
  11. /exa-linux-x86_64-*.zip
  12. /exa-macos-x86_64
  13. /exa-macos-x86_64-*.zip
  14. /MD5SUMS
  15. /SHA1SUMS
  16. # Snap stuff
  17. parts
  18. prime
  19. stage
  20. *.snap
  21. .direnv