diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4bcf179 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Node +/node_modules +/yarn.lock +/yarn-error.log + +# Parcel +/.cache +/theme/dist + +# Data +/data \ No newline at end of file