diff --git a/.gitignore b/.gitignore index 12e7ccc..e86fe25 100644 --- a/.gitignore +++ b/.gitignore @@ -51,16 +51,19 @@ typings/ # Output of 'npm pack' *.tgz -# Yarn Integrity file -.yarn-integrity - # dotenv environment variables file .env +# gatsby files .cache/ public -yarn-error.log -# Yarn PnP +# Mac files +.DS_Store + +# Yarn +yarn-error.log .pnp/ .pnp.js +# Yarn Integrity file +.yarn-integrity