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

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