From b9622227eeab881aae6fb7526dd8ebfaed49f148 Mon Sep 17 00:00:00 2001 From: Christoph Tavan Date: Fri, 7 Feb 2020 20:14:13 +0100 Subject: [PATCH] chore: remove editor/os specific gitignore rules This should be done by every developer in the global gitignore file depending on whether they are on MacOS or use IntelliJ or whatever, it should not be part of this project-specific .gitignore file. --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3785d4a6..4d565b4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,4 @@ -*.sw* -.idea/** -.DS_Store -node_modules -tmp +node_modules/ dist/ # Browserstack browserstack.err