mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
38 lines
709 B
Plaintext
38 lines
709 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/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/compact-mode/zen-compact-mode.css
|
|
src/zen/common/ZenEmojis.mjs
|
|
|
|
src/zen/workspaces/zen-workspaces.css
|
|
|
|
*.inc
|