From e615c978739473909fe0791388df0362e18a4106 Mon Sep 17 00:00:00 2001 From: JulioJu Date: Thu, 7 Feb 2019 23:45:44 +0100 Subject: [PATCH] gitignore correct syntax --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dd8f34a306f..aaf1108bee1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ lib-cov -**.swp +*.swp *.sw* node_modules/ *.orig @@ -42,4 +42,4 @@ test/files/main.js package-lock.json -.config* \ No newline at end of file +.config*