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.

44 lines
481 B

10 years ago
10 years ago
10 years ago
10 years ago
  1. .DS_Store
  2. *.db
  3. *.log
  4. custom/
  5. data/
  6. .vendor/
  7. .idea/
  8. *.iml
  9. public/img/avatar/
  10. files/
  11. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  12. *.o
  13. *.a
  14. *.so
  15. # Folders
  16. _obj
  17. _test
  18. # Architecture specific extensions/prefixes
  19. *.[568vq]
  20. [568vq].out
  21. *.cgo1.go
  22. *.cgo2.c
  23. _cgo_defun.c
  24. _cgo_gotypes.go
  25. _cgo_export.*
  26. _testmain.go
  27. *.exe
  28. *.exe~
  29. /gogs
  30. profile/
  31. __pycache__
  32. *.pem
  33. output*
  34. config.codekit
  35. .brackets.json
  36. docker/fig.yml
  37. docker/docker/Dockerfile
  38. docker/docker/init_gogs.sh