diff --git a/.gitignore b/.gitignore index 85d4a1c..f4e3c46 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store ._* node_modules/ +.parcel-cache/ *.csv -dist/ \ No newline at end of file +dist/* \ No newline at end of file