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

123456789101112131415161718192021222324252627282930313233343536373839
  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. __pycache__
  31. *.pem
  32. output*
  33. config.codekit