mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-26 16:18:53 +00:00
* test: Import some mochitests from firefox, b=no-bug, c=tests, scripts, tabs * feat: Added lint rules to ignore mochi tests, b=no-bug, c=tests * chore: Finish importing tests, b=no-bug, c=workflows, tests, scripts, tabs
42 lines
806 B
Plaintext
42 lines
806 B
Plaintext
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
engine/
|
|
|
|
**/*.html
|
|
**/*.xhtml
|
|
**/*.inc.xhtml
|
|
**/*.bundle.min.js
|
|
**/*.min.js
|
|
**/*.min.mjs
|
|
|
|
**/*.svg
|
|
|
|
**/*.inc.css
|
|
|
|
surfer.json
|
|
|
|
src/zen/tests/mochitests/*
|
|
|
|
src/browser/app/profile/*.js
|
|
pnpm-lock.yaml
|
|
|
|
**/engine/
|
|
|
|
docs/issue-metrics/*.md
|
|
|
|
.husky/
|
|
|
|
# Some CSS files are preprocessed and prettier doesn't handle them well
|
|
# We also dont want to format the CSS files that are generated by the build
|
|
src/zen/tabs/zen-tabs.css
|
|
src/zen/common/styles/zen-theme.css
|
|
src/zen/compact-mode/zen-compact-mode.css
|
|
src/zen/common/ZenEmojis.mjs
|
|
|
|
src/zen/split-view/zen-decks.css
|
|
src/zen/workspaces/zen-workspaces.css
|
|
|
|
*.inc
|