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

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