.dockerignore 304 B

123456789101112131415161718192021
  1. .git
  2. BREAKING_CHANGES.md
  3. CONTRIBUTING.md
  4. docs
  5. README.md
  6. tests
  7. .DS_Store
  8. /node_modules
  9. /__sapper__
  10. /mastodon
  11. /mastodon.log
  12. /src/template.html
  13. /static/*.css
  14. /static/icons.svg
  15. /static/inline-script.js.map
  16. /static/emoji-*.json
  17. /static/manifest.json
  18. /src/inline-script/checksum.js
  19. yarn-error.log
  20. /vercel.json