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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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/app.example.ini
  46. /data
  47. /indexers
  48. /log
  49. /public/img/avatar
  50. /tests/integration/gitea-integration-*
  51. /tests/integration/indexers-*
  52. /tests/e2e/gitea-e2e-*
  53. /tests/e2e/indexers-*
  54. /tests/e2e/reports
  55. /tests/e2e/test-artifacts
  56. /tests/e2e/test-snapshots
  57. /tests/*.ini
  58. /tests/**/*.git/**/*.sample
  59. /node_modules
  60. /.venv
  61. /yarn.lock
  62. /yarn-error.log
  63. /npm-debug.log*
  64. /public/assets/js
  65. /public/assets/css
  66. /public/assets/fonts
  67. /public/assets/img/webpack
  68. /vendor
  69. /web_src/fomantic/node_modules
  70. /web_src/fomantic/build/*
  71. !/web_src/fomantic/build/semantic.js
  72. !/web_src/fomantic/build/semantic.css
  73. !/web_src/fomantic/build/themes
  74. /web_src/fomantic/build/themes/*
  75. !/web_src/fomantic/build/themes/default
  76. /web_src/fomantic/build/themes/default/assets/*
  77. !/web_src/fomantic/build/themes/default/assets/fonts
  78. /web_src/fomantic/build/themes/default/assets/fonts/*
  79. !/web_src/fomantic/build/themes/default/assets/fonts/icons.woff2
  80. !/web_src/fomantic/build/themes/default/assets/fonts/outline-icons.woff2
  81. /VERSION
  82. /.air
  83. /.go-licenses
  84. # Snapcraft
  85. snap/.snapcraft/
  86. parts/
  87. stage/
  88. prime/
  89. *.snap
  90. *.snap-build
  91. *_source.tar.bz2
  92. .DS_Store
  93. # Make evidence files
  94. /.make_evidence
  95. # Manpage
  96. /man