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.8KB

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