.gitignore 617 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ### This project temple
  2. work-together
  3. ### project
  4. assetFiles
  5. ### Beego temple
  6. ## beego api
  7. commentsRouter_.go
  8. commentsRouter_controllers.go
  9. swagger.json
  10. swagger.yml
  11. ### Golang build temple
  12. build/
  13. *.exe
  14. *.tmp
  15. *.exe~
  16. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  17. *.o
  18. *.a
  19. *.so
  20. # Folders
  21. _obj
  22. _test
  23. ### godep
  24. -
  25. #vendor/
  26. ### JetBrains template
  27. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  28. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  29. /captures
  30. /.idea
  31. /log/*
  32. log-server
  33. config.docker.yaml
  34. /test