.gitignore 272 B

123456789101112131415161718
  1. .DS_Store
  2. project.xcworkspace
  3. xcuserdata
  4. DerivedData/
  5. .build
  6. build
  7. /protoc-gen-swift
  8. /protoc-gen-grpc-swift
  9. third_party/**
  10. /Echo
  11. /EchoNIO
  12. /test.out
  13. /echo.pid
  14. /*.xcodeproj
  15. /scripts/tmp/
  16. Examples/EchoWeb/dist
  17. Examples/EchoWeb/node_modules
  18. Examples/EchoWeb/package-lock.json