Add prettier ignore file

This commit is contained in:
Simon Garner
2021-09-06 10:29:35 +12:00
parent f5b28b0dc0
commit e610d9dff0
+13
View File
@@ -0,0 +1,13 @@
# Ignore workflows
.github
# Node modules
node_modules
# Test results
test/.results
test/.coverage
# IDE
.idea
.vscode