.gitignore 419 B

12345678910111213141516171819202122232425262728293031323334
  1. auth.db
  2. client/
  3. config.ini
  4. cpbackend.sh
  5. data/
  6. grpc_binding.go_test
  7. log.txt
  8. #logging_middleware.go
  9. backend
  10. nbackend
  11. nbackend_bak
  12. ntask
  13. pb/
  14. root
  15. search_index
  16. storage/
  17. templetes/
  18. test.go.bak1
  19. test.go.txt
  20. test.*
  21. *.ini
  22. # Binaries for programs and plugins
  23. *.exe
  24. *.exe~
  25. *.dll
  26. *.so
  27. *.dylib
  28. # Test binary, build with `go test -c`
  29. *.test
  30. # Output of the go coverage tool, specifically when used with LiteIDE
  31. *.out
  32. docker_build