mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
We use all these markdown files in `include` only to import them into our main help markdown files. Most of these files are bulleted lists of text. When importing these files, they might appear as an indented sublist of an existing list. We plan to introduce mechanism to flatten it in further commits.
25 lines
241 B
Plaintext
25 lines
241 B
Plaintext
# build output
|
|
dist/
|
|
# generated types
|
|
.astro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
*.mdx
|
|
*.md
|
|
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|