From a50f3a4cfe0da94801f9c2561a812025806a22eb Mon Sep 17 00:00:00 2001 From: Toby Allen Date: Sat, 3 Feb 2018 21:48:02 +0000 Subject: [PATCH] gitignore: Ignore .bat files (#2013) --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4f3845ed..425a29cf 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,6 @@ Caddyfile og_static/ -.vscode/ \ No newline at end of file +.vscode/ + +*.bat \ No newline at end of file