.gitignore 361 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Local dev
  2. .env
  3. .env.local
  4. *.log
  5. .DS_Store
  6. .idea/
  7. .vscode/
  8. *.swp
  9. __pycache__/
  10. # Build artifacts
  11. /bin/
  12. /dist/
  13. *.test
  14. *.out
  15. coverage.*
  16. # Go
  17. /vendor/
  18. # Docker
  19. docker-compose.override.yml
  20. /ingestd
  21. # Built binaries (anywhere)
  22. /http
  23. /routerd
  24. /archiverd
  25. /deliverd
  26. /deliverd-fcm
  27. /deliverd-telegram
  28. /admind
  29. /seed
  30. /fakefcmd
  31. loadgen/grpc
  32. # Local authd binary
  33. /authd