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

12345678910111213141516171819202122232425262728293031323334353637
  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. dev
  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. __pycache__
  31. *.pem