From 636e0847413f73f5cf31108f3ef42afe5b9bfc3c Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Fri, 29 Jan 2016 14:09:25 +0200 Subject: [PATCH] Rewrite .gitignore to be more comprehensive Ignores more Node/NPM files and adds ignore rules for the following: - Linux - OS X - Vim - JetBrains IDEs --- .gitignore | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 92b2c45..77f3ac7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,19 @@ -node_modules/ -tmp/ +# Project +npm-debug.log* +node_modules +tmp + +# Linux +*~ + +# JetBrains +.idea + +# Vim +## swap +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] + +# OS X +.DS_Store +