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 879B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. # MS VSCode
  11. .vscode
  12. # Architecture specific extensions/prefixes
  13. *.[568vq]
  14. [568vq].out
  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. /modules/options/bindata.go
  27. /modules/public/bindata.go
  28. /modules/templates/bindata.go
  29. *.db
  30. *.log
  31. /gitea
  32. /debug
  33. /integrations.test
  34. /bin
  35. /dist
  36. /custom
  37. /data
  38. /indexers
  39. /log
  40. /public/img/avatar
  41. /integrations/gitea-integration-mysql
  42. /integrations/gitea-integration-pgsql
  43. /integrations/gitea-integration-sqlite
  44. /integrations/indexers-mysql
  45. /integrations/indexers-pgsql
  46. /integrations/indexers-sqlite
  47. /integrations/mysql.ini
  48. /integrations/pgsql.ini
  49. /node_modules
  50. # Snapcraft
  51. snap/.snapcraft/
  52. parts/
  53. stage/
  54. prime/
  55. *.snap
  56. *.snap-build
  57. *_source.tar.bz2