You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. # Created by https://www.gitignore.io/api/windows,osx,linux,go
  2. ### Windows ###
  3. # Windows image file caches
  4. Thumbs.db
  5. ehthumbs.db
  6. # Folder config file
  7. Desktop.ini
  8. # Recycle Bin used on file shares
  9. $RECYCLE.BIN/
  10. # Windows Installer files
  11. *.cab
  12. *.msi
  13. *.msm
  14. *.msp
  15. # Windows shortcuts
  16. *.lnk
  17. ### OSX ###
  18. *.DS_Store
  19. .AppleDouble
  20. .LSOverride
  21. # Icon must end with two \r
  22. Icon
  23. # Thumbnails
  24. ._*
  25. # Files that might appear in the root of a volume
  26. .DocumentRevisions-V100
  27. .fseventsd
  28. .Spotlight-V100
  29. .TemporaryItems
  30. .Trashes
  31. .VolumeIcon.icns
  32. .com.apple.timemachine.donotpresent
  33. # Directories potentially created on remote AFP share
  34. .AppleDB
  35. .AppleDesktop
  36. Network Trash Folder
  37. Temporary Items
  38. .apdisk
  39. ### Linux ###
  40. *~
  41. # temporary files which can be created if a process still has a handle open of a deleted file
  42. .fuse_hidden*
  43. # KDE directory preferences
  44. .directory
  45. # Linux trash folder which might appear on any partition or disk
  46. .Trash-*
  47. # vim swapfiles
  48. *.swp
  49. ### Go ###
  50. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  51. *.o
  52. *.a
  53. *.so
  54. # Folders
  55. _obj
  56. _test
  57. # Architecture specific extensions/prefixes
  58. *.[568vq]
  59. [568vq].out
  60. *.cgo1.go
  61. *.cgo2.c
  62. _cgo_defun.c
  63. _cgo_gotypes.go
  64. _cgo_export.*
  65. _testmain.go
  66. *.exe
  67. *.test
  68. *.prof
  69. # Output of the go coverage tool, specifically when used with LiteIDE
  70. *.out
  71. ### custom ###
  72. /_site/
  73. /.vscode/*
  74. /ircd*
  75. /web-*
  76. /web.*
  77. /ssl.*
  78. /tls.*
  79. /ergo
  80. /build/*
  81. _test
  82. ergo.prof
  83. ergo.mprof
  84. /dist
  85. *.pem
  86. .dccache