From 3b2a479d1250623ec1433c16f9ca224940eb0111 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Thu, 9 Jan 2020 23:47:52 +0530 Subject: [PATCH] gitignore - Ignore built index.html --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c459534..df1c4de 100644 --- a/.gitignore +++ b/.gitignore @@ -104,4 +104,7 @@ dist .tern-port # Stores VSCode versions used for testing VSCode extensions -.vscode-test \ No newline at end of file +.vscode-test + +# From build +index.html \ No newline at end of file