.gitignore 510 B

123456789101112131415161718192021222324
  1. # Created by https://www.toptal.com/developers/gitignore/api/hugo
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=hugo
  3. ### Hugo ###
  4. # Generated files by hugo
  5. /public/
  6. /resources/_gen/
  7. /themes/hugo-casper3/resources/_gen/
  8. /assets/jsconfig.json
  9. hugo_stats.json
  10. # Executable may be added to repository
  11. hugo.exe
  12. hugo.darwin
  13. hugo.linux
  14. # Temporary lock file while building
  15. /.hugo_build.lock
  16. # End of https://www.toptal.com/developers/gitignore/api/hugo
  17. # Stuff I added myself
  18. upload
  19. .directory