From 477aa3a90edc1c6748f790fb8c424f1a71974731 Mon Sep 17 00:00:00 2001 From: friedPotat0 <5374007+friedPotat0@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:58:32 +0200 Subject: [PATCH] chore: ignore xpi build files on git --- .gitignore | 1 + build/exclude.lst | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..67249e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.xpi \ No newline at end of file diff --git a/build/exclude.lst b/build/exclude.lst index 7e528b9..e74a5aa 100644 --- a/build/exclude.lst +++ b/build/exclude.lst @@ -3,4 +3,5 @@ test/* build/* .prettierignore .prettierrc -*.xpi \ No newline at end of file +*.xpi +.gitignore \ No newline at end of file