From 915300ea13501868a212f1aba3a787676218f44c Mon Sep 17 00:00:00 2001 From: Dustin Schau Date: Fri, 9 Nov 2018 16:18:53 -0800 Subject: [PATCH] chore: standardize gitignore (#29) --- .gitignore | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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