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.

.dockerignore 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  2. *.o
  3. *.a
  4. *.so
  5. # Folders
  6. _obj
  7. _test
  8. # IntelliJ
  9. .idea
  10. # Goland's output filename can not be set manually
  11. /go_build_*
  12. # MS VSCode
  13. .vscode
  14. __debug_bin
  15. # Architecture specific extensions/prefixes
  16. *.[568vq]
  17. [568vq].out
  18. *.cgo1.go
  19. *.cgo2.c
  20. _cgo_defun.c
  21. _cgo_gotypes.go
  22. _cgo_export.*
  23. _testmain.go
  24. *.exe
  25. *.test
  26. *.prof
  27. *coverage.out
  28. coverage.all
  29. cpu.out
  30. /modules/migration/bindata.go
  31. /modules/migration/bindata.go.hash
  32. /modules/options/bindata.go
  33. /modules/options/bindata.go.hash
  34. /modules/public/bindata.go
  35. /modules/public/bindata.go.hash
  36. /modules/templates/bindata.go
  37. /modules/templates/bindata.go.hash
  38. *.db
  39. *.log
  40. /gitea
  41. /gitea-vet
  42. /debug
  43. /integrations.test
  44. /bin
  45. /dist
  46. /custom/*
  47. !/custom/conf
  48. /custom/conf/*
  49. !/custom/conf/app.example.ini
  50. /data
  51. /indexers
  52. /log
  53. /public/img/avatar
  54. /tests/integration/gitea-integration-*
  55. /tests/integration/indexers-*
  56. /tests/e2e/gitea-e2e-*
  57. /tests/e2e/indexers-*
  58. /tests/e2e/reports
  59. /tests/e2e/test-artifacts
  60. /tests/e2e/test-snapshots
  61. /tests/*.ini
  62. /node_modules
  63. /yarn.lock
  64. /yarn-error.log
  65. /npm-debug.log*
  66. /public/assets/js
  67. /public/assets/css
  68. /public/assets/fonts
  69. /public/assets/img/webpack
  70. /vendor
  71. /web_src/fomantic/node_modules
  72. /web_src/fomantic/build/*
  73. !/web_src/fomantic/build/semantic.js
  74. !/web_src/fomantic/build/semantic.css
  75. !/web_src/fomantic/build/themes
  76. /web_src/fomantic/build/themes/*
  77. !/web_src/fomantic/build/themes/default
  78. /web_src/fomantic/build/themes/default/assets/*
  79. !/web_src/fomantic/build/themes/default/assets/fonts
  80. /web_src/fomantic/build/themes/default/assets/fonts/*
  81. !/web_src/fomantic/build/themes/default/assets/fonts/icons.woff2
  82. !/web_src/fomantic/build/themes/default/assets/fonts/outline-icons.woff2
  83. /VERSION
  84. /.air
  85. /.go-licenses
  86. # Snapcraft
  87. snap/.snapcraft/
  88. parts/
  89. stage/
  90. prime/
  91. *.snap
  92. *.snap-build
  93. *_source.tar.bz2
  94. .DS_Store
  95. # Make evidence files
  96. /.make_evidence
  97. # Manpage
  98. /man