My personal website, goal is to have a blog and a "resume".

.gitignore 827B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ### Azrazalea.net ###
  2. dist/
  3. staging/
  4. # Created by https://www.gitignore.io/api/commonlisp,linux,emacs
  5. ### CommonLisp ###
  6. *.FASL
  7. *.fasl
  8. *.lisp-temp
  9. ### Linux ###
  10. *~
  11. # temporary files which can be created if a process still has a handle open of a deleted file
  12. .fuse_hidden*
  13. # KDE directory preferences
  14. .directory
  15. # Linux trash folder which might appear on any partition or disk
  16. .Trash-*
  17. ### Emacs ###
  18. # -*- mode: gitignore; -*-
  19. *~
  20. \#*\#
  21. /.emacs.desktop
  22. /.emacs.desktop.lock
  23. *.elc
  24. auto-save-list
  25. tramp
  26. .\#*
  27. # Org-mode
  28. .org-id-locations
  29. *_archive
  30. # flymake-mode
  31. *_flymake.*
  32. # eshell files
  33. /eshell/history
  34. /eshell/lastdir
  35. # elpa packages
  36. /elpa/
  37. # reftex files
  38. *.rel
  39. # AUCTeX auto folder
  40. /auto/
  41. # cask packages
  42. .cask/
  43. dist/
  44. # Flycheck
  45. flycheck_*.el
  46. # server auth directory
  47. /server/
  48. # projectiles files
  49. .projectile