gitea源码

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. .run
  11. # IntelliJ Gateway
  12. .uuid
  13. # Goland's output filename can not be set manually
  14. /go_build_*
  15. /gitea_*
  16. # MS VSCode
  17. .vscode
  18. __debug_bin*
  19. # Visual Studio
  20. /.vs/
  21. *.cgo1.go
  22. *.cgo2.c
  23. _cgo_defun.c
  24. _cgo_gotypes.go
  25. _cgo_export.*
  26. _testmain.go
  27. *.exe
  28. *.test
  29. *.prof
  30. *.tsbuildinfo
  31. *coverage.out
  32. coverage.all
  33. cpu.out
  34. /modules/migration/bindata.*
  35. /modules/options/bindata.*
  36. /modules/public/bindata.*
  37. /modules/templates/bindata.*
  38. *.db
  39. *.log
  40. *.log.*.gz
  41. /gitea
  42. /gitea-vet
  43. /debug
  44. /integrations.test
  45. /bin
  46. /dist
  47. /custom/*
  48. !/custom/conf/app.example.ini
  49. /data
  50. /indexers
  51. /log
  52. /public/assets/img/avatar
  53. /tests/integration/gitea-integration-*
  54. /tests/integration/indexers-*
  55. /tests/e2e/gitea-e2e-*
  56. /tests/e2e/indexers-*
  57. /tests/e2e/reports
  58. /tests/e2e/test-artifacts
  59. /tests/e2e/test-snapshots
  60. /tests/*.ini
  61. /tests/**/*.git/**/*.sample
  62. /node_modules
  63. /.venv
  64. /yarn.lock
  65. /yarn-error.log
  66. /npm-debug.log*
  67. /.pnpm-store
  68. /public/assets/js
  69. /public/assets/css
  70. /public/assets/fonts
  71. /public/assets/licenses.txt
  72. /vendor
  73. /VERSION
  74. /.air
  75. /.go-licenses
  76. # Files and folders that were previously generated
  77. /public/assets/img/webpack
  78. # Snapcraft
  79. /gitea_a*.txt
  80. snap/.snapcraft/
  81. parts/
  82. stage/
  83. prime/
  84. *.snap
  85. *.snap-build
  86. *_source.tar.bz2
  87. .DS_Store
  88. # nix-direnv generated files
  89. .direnv/
  90. # Make evidence files
  91. /.make_evidence
  92. # Manpage
  93. /man
  94. # Ignore AI/LLM instruction files
  95. /.claude/
  96. /.cursorrules
  97. /.cursor/
  98. /.goosehints
  99. /.windsurfrules
  100. /.github/copilot-instructions.md
  101. /AGENT.md
  102. /CLAUDE.md
  103. /llms.txt