From 5e9f00458e5aa0d1bad6a251b48396793ef151f2 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Mon, 11 Jul 2022 15:07:03 -0700 Subject: [PATCH] Update gitignore file --- .gitignore | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index b72450435c0..e6e9ac43d25 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,20 @@ -/build -/public -/resources +# Dependencies /node_modules -package-lock.json -*.tern-port -*/**/.tern-port -.DS_Store -.vscode/settings.json -/scripts/converters/output -/scripts/converters/results_to_markdown/*.json -/scripts/converters/results_to_markdown/.terraform -/scripts/converters/results_to_markdown/terraform.tfstate* -/scripts/converters/results_to_markdown/*.tfvars -.idea/ +# Production +/build + +# Generated files +.docusaurus +.cache-loader + +# Misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* \ No newline at end of file