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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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/js
  67. /public/serviceworker.js
  68. /public/css
  69. /public/fonts
  70. /public/img/webpack
  71. /vendor
  72. /web_src/fomantic/node_modules
  73. /web_src/fomantic/build/*
  74. !/web_src/fomantic/build/semantic.js
  75. !/web_src/fomantic/build/semantic.css
  76. !/web_src/fomantic/build/themes
  77. /web_src/fomantic/build/themes/*
  78. !/web_src/fomantic/build/themes/default
  79. /web_src/fomantic/build/themes/default/assets/*
  80. !/web_src/fomantic/build/themes/default/assets/fonts
  81. /web_src/fomantic/build/themes/default/assets/fonts/*
  82. !/web_src/fomantic/build/themes/default/assets/fonts/icons.woff2
  83. !/web_src/fomantic/build/themes/default/assets/fonts/outline-icons.woff2
  84. /VERSION
  85. /.air
  86. /.go-licenses
  87. # Snapcraft
  88. snap/.snapcraft/
  89. parts/
  90. stage/
  91. prime/
  92. *.snap
  93. *.snap-build
  94. *_source.tar.bz2
  95. .DS_Store
  96. # Make evidence files
  97. /.make_evidence
  98. # Manpage
  99. /man