From bac6c7fefb8361535ee4269bb4c17dba7ce20729 Mon Sep 17 00:00:00 2001 From: Ehsan Iran-Nejad Date: Sat, 31 Dec 2016 10:49:27 -0800 Subject: [PATCH] Cleaned up gitignore --- .gitignore | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6898ee595..16c9cef1a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,16 +2,21 @@ extensions/* !extensions/pyRevit.extension/ -# ignore pyCharm workspace settings -.idea/ - # ignore third-party lib folder lib/* +# ignore pyCharm workspace settings +.idea/workspace.xml + # ignore release files release/*.exe release/setupmaker/output/* +# ignore uninstaller files that will be copied to this folder at installation +unins*.dat +unins*.exe + + # ignore Goodsync cache folder _gsdata_/ @@ -19,7 +24,3 @@ _gsdata_/ __py* *.db .DS_Store - -# ignore uninstaller files that will be copied to this folder at installation -unins*.dat -unins*.exe \ No newline at end of file