From e91cbf843869905a08cd48a4627d113051ab8e24 Mon Sep 17 00:00:00 2001 From: vitorsemeano Date: Sat, 23 Feb 2019 17:12:41 +0000 Subject: [PATCH] add directory dist to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ac62bd07a1..cb9b773756 100644 --- a/.gitignore +++ b/.gitignore @@ -573,3 +573,6 @@ ASALocalRun/ healthchecksdb # End of https://www.gitignore.io/api/node,rider,macos,linux,windows,visualstudio,visualstudiocode + +# dist for webpack output +dist \ No newline at end of file