From 623fb66b5de78bf591bb887487b72601c8b8f91c Mon Sep 17 00:00:00 2001 From: Quentame Date: Mon, 10 Feb 2020 19:45:02 +0100 Subject: [PATCH] Update .gitignore (#229) --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.gitignore b/.gitignore index 8fdc21f..eee77d4 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,29 @@ nosetests.xml # Translations *.mo +# Mac OS X +.DS_Store +.AppleDouble +.LSOverride +Icon + +# Windows Explorer +desktop.ini + +# Visual Studio Code +.vscode/* +!.vscode/cSpell.json +!.vscode/extensions.json +!.vscode/tasks.json + +# IntelliJ IDEA +.idea +*.iml + +# Sublime text +*.sublime-project +*.sublime-workspace + # Mr Developer .mr.developer.cfg .project