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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. # Architecture specific extensions/prefixes
  11. *.[568vq]
  12. [568vq].out
  13. *.cgo1.go
  14. *.cgo2.c
  15. _cgo_defun.c
  16. _cgo_gotypes.go
  17. _cgo_export.*
  18. _testmain.go
  19. *.exe
  20. *.test
  21. *.prof
  22. *coverage.out
  23. /modules/options/bindata.go
  24. /modules/public/bindata.go
  25. /modules/templates/bindata.go
  26. *.db
  27. *.log
  28. /gitea
  29. /integrations.test
  30. /bin
  31. /dist
  32. /custom
  33. /data
  34. /indexers
  35. /log
  36. /public/img/avatar
  37. /integrations/gitea-integration