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.

36 lines
348 B

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. gogs
  2. *.exe
  3. *.exe~
  4. .DS_Store
  5. *.db
  6. *.log
  7. custom/
  8. data/
  9. .vendor/
  10. .idea/
  11. *.iml
  12. public/img/avatar/
  13. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  14. *.o
  15. *.a
  16. *.so
  17. # Folders
  18. _obj
  19. _test
  20. # Architecture specific extensions/prefixes
  21. *.[568vq]
  22. [568vq].out
  23. *.cgo1.go
  24. *.cgo2.c
  25. _cgo_defun.c
  26. _cgo_gotypes.go
  27. _cgo_export.*
  28. _testmain.go
  29. *.exe