mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
58 lines
769 B
Plaintext
58 lines
769 B
Plaintext
# Build outputs
|
||
dist/
|
||
build/
|
||
.astro/
|
||
|
||
# Dependencies
|
||
node_modules/
|
||
|
||
# Generated files
|
||
coverage/
|
||
.nyc_output/
|
||
|
||
# Test outputs
|
||
playwright-report/
|
||
test-results/
|
||
|
||
# Package files
|
||
package-lock.json
|
||
yarn.lock
|
||
pnpm-lock.yaml
|
||
|
||
# Config files that should maintain their format
|
||
wrangler.toml
|
||
|
||
# Binary files
|
||
*.png
|
||
*.jpg
|
||
*.jpeg
|
||
*.gif
|
||
*.svg
|
||
*.ico
|
||
*.woff
|
||
*.woff2
|
||
*.ttf
|
||
*.eot
|
||
|
||
# IDE and OS
|
||
.vscode/
|
||
.idea/
|
||
|
||
# Logs
|
||
*.log
|
||
|
||
# Static assets
|
||
public/fonts/
|
||
public/favicon.ico
|
||
public/favicon.svg
|
||
|
||
# GitHub Markdown files
|
||
.github/ISSUE_TEMPLATE/
|
||
.github/PULL_REQUEST_TEMPLATE/
|
||
CONTRIBUTING.md
|
||
README.md
|
||
|
||
# The ending ")" in the link is causing Prettier to format the code in a way that
|
||
# it adds an empty space between the link and the parentheses.
|
||
src/components/ReleaseNoteListItem.astro
|