From 94f85a652ce7e1787d7e17264a5ec8cffcfe57e3 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Wed, 4 Aug 2021 13:42:10 +0200 Subject: FIX: fix prettier fucking up the ci yaml --- .github/workflows/ci.yml | 2 +- .prettierignore | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .prettierignore diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 886189e..b3031b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,5 +29,5 @@ jobs: git config --global url."https://".insteadOf ssh:// yarn yarn build ---- +... # End of ci.yml diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..d7f56ca --- /dev/null +++ b/.prettierignore @@ -0,0 +1,4 @@ +#Ignore artifacts: +build +out +.github -- cgit v1.2.3