diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-04 13:42:10 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-04 13:42:10 +0200 |
commit | 94f85a652ce7e1787d7e17264a5ec8cffcfe57e3 (patch) | |
tree | 761e43d6898b1bd14c3ef9a1be25451a15f9c0c2 /.prettierignore | |
parent | a16b4d39c5d20612f42dcff59ae874463b12a2f8 (diff) |
FIX: fix prettier fucking up the ci yaml
Diffstat (limited to '.prettierignore')
-rw-r--r-- | .prettierignore | 4 |
1 files changed, 4 insertions, 0 deletions
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 |