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.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. /gitea_*
  13. # MS VSCode
  14. .vscode
  15. __debug_bin*
  16. *.cgo1.go
  17. *.cgo2.c
  18. _cgo_defun.c
  19. _cgo_gotypes.go
  20. _cgo_export.*
  21. _testmain.go
  22. *.exe
  23. *.test
  24. *.prof
  25. *coverage.out
  26. coverage.all
  27. cpu.out
  28. /modules/migration/bindata.go
  29. /modules/migration/bindata.go.hash
  30. /modules/options/bindata.go
  31. /modules/options/bindata.go.hash
  32. /modules/public/bindata.go
  33. /modules/public/bindata.go.hash
  34. /modules/templates/bindata.go
  35. /modules/templates/bindata.go.hash
  36. *.db
  37. *.log
  38. *.log.*.gz
  39. /gitea
  40. /gitea-vet
  41. /debug
  42. /integrations.test
  43. /bin
  44. /dist
  45. /custom/*
  46. !/custom/conf/app.example.ini
  47. /data
  48. /indexers
  49. /log
  50. /public/assets/img/avatar
  51. /tests/integration/gitea-integration-*
  52. /tests/integration/indexers-*
  53. /tests/e2e/gitea-e2e-*
  54. /tests/e2e/indexers-*
  55. /tests/e2e/reports
  56. /tests/e2e/test-artifacts
  57. /tests/e2e/test-snapshots
  58. /tests/*.ini
  59. /tests/**/*.git/**/*.sample
  60. /node_modules
  61. /.venv
  62. /yarn.lock
  63. /yarn-error.log
  64. /npm-debug.log*
  65. /public/assets/js
  66. /public/assets/css
  67. /public/assets/fonts
  68. /public/assets/licenses.txt
  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. /gitea_a*.txt
  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