Clean up whitespace and formatting in various files; update CODEOWNERS and .gitignore

This commit is contained in:
mr. M
2025-01-04 02:33:00 +01:00
parent 729f61b84c
commit 5de241c2c6
10 changed files with 12 additions and 13 deletions

View File

@@ -31,4 +31,3 @@ jobs:
- name: Lint
run: pnpm lint

View File

@@ -20,7 +20,7 @@ if ! command -v Xvfb &> /dev/null; then
else
echo "Xvfb could not be found, running without it"
echo "ASSUMING YOU ARE RUNNING THIS ON MACOS"
set -v
export ZEN_RELEASE=1
pnpm build

1
.gitignore vendored
View File

@@ -1,4 +1,3 @@
.dotbuild/
engine/
firefox-*/

View File

@@ -14,7 +14,10 @@ pnpm-lock.yaml
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/browser/base/content/zen-styles/zen-tabs/vertical-tabs.css
src/browser/base/zen-components/ZenEmojies.mjs
build/codesign/codesign.bash

View File

@@ -1 +1 @@
* @mr-cheff
* @mr-cheff

2
l10n

Submodule l10n updated: 8ef008fb65...d444262fdb

View File

@@ -1,4 +1,3 @@
set -ex
CURRENT_DIR=$(pwd)

View File

@@ -1,2 +1 @@
sh ./scripts/copy-language-pack.sh en-US

View File

@@ -1,2 +1,2 @@
# TODO: should they be included in the repo?
# *.svg
# *.svg

View File

@@ -1,15 +1,15 @@
# note: you need to be in the same directory as the script to run it
if [ $(basename $PWD) != "zen-icons" ]; then
echo "You need to be in the zen-icons directory to run this script"
exit 1
echo "You need to be in the zen-icons directory to run this script"
exit 1
fi
echo "" > jar.inc.mn
for filename in *; do
echo "Working on $filename"
echo " skin/classic/browser/zen-icons/$filename (../shared/zen-icons/$filename) " >> jar.inc.mn
echo "Working on $filename"
echo " skin/classic/browser/zen-icons/$filename (../shared/zen-icons/$filename) " >> jar.inc.mn
done
echo "Done!"
echo "Done!"