.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. # Hugo
  2. /web/public/
  3. /web/resources/_gen/
  4. /web/assets/jsconfig.json
  5. /web/hugo_stats.json
  6. /web/hugo.exe
  7. /web/hugo.darwin
  8. /web/hugo.linux
  9. /web/.hugo_build.lock
  10. # ---> Vim
  11. [._]*.s[a-w][a-z]
  12. [._]s[a-w][a-z]
  13. *.un~
  14. Session.vim
  15. .netrwhist
  16. *~
  17. # ---> Tags
  18. # Ignore tags created by etags, ctags, gtags (GNU global) and cscope
  19. TAGS
  20. !TAGS/
  21. tags
  22. !tags/
  23. gtags.files
  24. GTAGS
  25. GRTAGS
  26. GPATH
  27. cscope.files
  28. cscope.out
  29. cscope.in.out
  30. cscope.po.out
  31. # ---> Go
  32. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  33. *.o
  34. *.a
  35. *.so
  36. # Folders
  37. _obj
  38. _test
  39. # Architecture specific extensions/prefixes
  40. *.[568vq]
  41. [568vq].out
  42. *.cgo1.go
  43. *.cgo2.c
  44. _cgo_defun.c
  45. _cgo_gotypes.go
  46. _cgo_export.*
  47. _testmain.go
  48. *.exe
  49. *.test
  50. *.prof
  51. # ---> macOS
  52. .DS_Store
  53. .AppleDouble
  54. .LSOverride
  55. # Icon must end with two \r
  56. Icon
  57. # Thumbnails
  58. ._*
  59. # Files that might appear in the root of a volume
  60. .DocumentRevisions-V100
  61. .fseventsd
  62. .Spotlight-V100
  63. .TemporaryItems
  64. .Trashes
  65. .VolumeIcon.icns
  66. # Directories potentially created on remote AFP share
  67. .AppleDB
  68. .AppleDesktop
  69. Network Trash Folder
  70. Temporary Items
  71. .apdisk
  72. # ---> Windows
  73. # Windows image file caches
  74. Thumbs.db
  75. ehthumbs.db
  76. # Folder config file
  77. Desktop.ini
  78. # Recycle Bin used on file shares
  79. $RECYCLE.BIN/
  80. # Windows Installer files
  81. *.cab
  82. *.msi
  83. *.msm
  84. *.msp
  85. # Windows shortcuts
  86. *.lnk