Files
zulip/static/.gitignore
Anders Kaseorg 1cdab5ae61 emoji: Resolve emoji sprite sheets and stylesheets through Webpack.
This gives them cache-compatible URLs, and also avoids some extra
copies of the sprite sheet images.

Comments on the Octopus emoji added by tabbott.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2020-02-25 14:43:46 -08:00

18 lines
345 B
Plaintext

# Code
/webpack-bundles
# Generated static files
# Copied zulip_bots package
/generated/bots/
# From emoji
/generated/emoji
/generated/emoji-styles
# From passing pygments data to the frontend
/generated/pygments_data.json
# From `tools/update-authors-json`
/generated/github-contributors.json
# Legacy emoji data directory
/third/emoji-data