From 92a53e48e7b4f7dd26f4df5fb703635d36f7324b Mon Sep 17 00:00:00 2001 From: Michael Ledin Date: Sat, 3 Jun 2017 00:33:02 +0300 Subject: [PATCH] Reorganize .gitignore: (#16925) - group entries - remove duplicate ".idea" entry - ignore npm@5 package-lock.json --- .gitignore | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bf7fc48845..c8e25cec8d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ *.map *.swp .DS_Store -npm-debug.log _Resharper.DefinitelyTyped bin @@ -25,20 +24,28 @@ Properties # test folder _infrastructure/tests/build +# IntelliJ based IDEs .idea *.iml + *.js.map !*.js/ !scripts/new-package.js !scripts/not-needed.js !scripts/lint.js +# npm node_modules +package-lock.json +npm-debug.log +# Sublime .sublimets -.settings/launch.json +# Visual Studio Code +.settings/launch.json .vs .vscode + +# yarn yarn.lock -.idea