From 6b0ea23a42fa844d15d7b14e6c211ad642658f72 Mon Sep 17 00:00:00 2001 From: Nikolay Khabarov <2xl@mail.ru> Date: Fri, 16 Jun 2017 21:54:50 +0300 Subject: [PATCH] #4 remove idea project files from repo --- .gitignore | 5 +--- .idea/PyCNC.iml | 12 --------- .idea/codeStyleSettings.xml | 11 -------- .idea/inspectionProfiles/Project_Default.xml | 27 -------------------- .idea/misc.xml | 7 ----- .idea/modules.xml | 8 ------ .idea/vcs.xml | 6 ----- 7 files changed, 1 insertion(+), 75 deletions(-) delete mode 100644 .idea/PyCNC.iml delete mode 100644 .idea/codeStyleSettings.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index ed21358..9c8274f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,6 @@ *.pyc __pycache__ -.iws -workspace.xml -tasks.xml -.idea/dictionaries +.idea pycnc.tar.bz2 build *.egg-info/ diff --git a/.idea/PyCNC.iml b/.idea/PyCNC.iml deleted file mode 100644 index 67c2bde..0000000 --- a/.idea/PyCNC.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml deleted file mode 100644 index 7706eb7..0000000 --- a/.idea/codeStyleSettings.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index a62c17f..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 6232546..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 8e6ced9..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file